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 700e0ef commit a07c944Copy full SHA for a07c944
test/vendor/load-image.js
@@ -37,7 +37,7 @@
37
loadImage.fetchBlob(
38
file,
39
function(blob) {
40
- if (blob) {
+ if (blob && loadImage.isInstanceOf('Blob', blob)) {
41
// eslint-disable-next-line no-param-reassign
42
file = blob
43
url = loadImage.createObjectURL(file)
0 commit comments