We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0451593 commit 1546f50Copy full SHA for 1546f50
test/test.js
@@ -19,7 +19,7 @@
19
'OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofE' +
20
'ovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5PKsAAA7',
21
imageUrl = 'data:image/gif;base64,' + b64Data,
22
- blob = window.canvasToBlob.dataURItoBlob(imageUrl);
+ blob = window.dataURLtoBlob && window.dataURLtoBlob(imageUrl);
23
24
describe('Loading', function () {
25
0 commit comments