Searched defs:toDataURL (Results 1 – 3 of 3) sorted by relevance
48 this.toDataURL = function(codec, quality) { method in HTMLCanvas
1204 HTMLCanvas.prototype.toDataURL = function() {}; method in HTMLCanvas
659 toDataURL(codec?: string, quality?: number): string; method