MCPcopy Create free account
hub / github.com/apache/cloudstack / toDataURL

Method toDataURL

systemvm/agent/noVNC/core/rfb.js:697–699  ·  view source on GitHub ↗
(type, encoderOptions)

Source from the content-addressed store, hash-verified

695 }
696
697 toDataURL(type, encoderOptions) {
698 return this._display.toDataURL(type, encoderOptions);
699 }
700
701 toBlob(callback, type, quality) {
702 return this._display.toBlob(callback, type, quality);

Callers 1

changeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected