We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed1e0a commit 9326d2aCopy full SHA for 9326d2a
1 file changed
js/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