Searched defs:toDataURL (Results 1 – 9 of 9) sorted by relevance
25 public toDataURL(type?: string, quality?: number): string { method in OffscreenCanvas52 toDataURL:(type?: string, quality?: number)=>string; property
49 this.toDataURL = function(codec, quality) { method in HTMLCanvas
48 this.toDataURL = function(codec, quality) { method in HTMLCanvas
579 HTMLCanvas.prototype.toDataURL = function() {}; method in HTMLCanvas
1077 HTMLCanvas.prototype.toDataURL = function() {}; method in HTMLCanvas
590 toDataURL(codec?: string, quality?: number): string; method
7838 toDataURL(type?: string, ...args: any[]): string; method
6514 toDataURL(type?: string, quality?: any): string; method
6494 toDataURL(type?: string, quality?: any): string; method