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