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 04d8ee2 commit 52c00daCopy full SHA for 52c00da
src/templates/core/functions/isBlob.hbs
@@ -1,3 +1,3 @@
1
function isBlob(value: any): value is Blob {
2
- return value instanceof Blob;
+ return value.constructor.name === 'Blob'
3
}
0 commit comments