We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98de525 commit 2b1bf2fCopy full SHA for 2b1bf2f
1 file changed
js/load-image-meta.js
@@ -58,7 +58,7 @@
58
// 256 KiB should contain all EXIF/ICC/IPTC segments:
59
var maxMetaDataSize = options.maxMetaDataSize || 262144
60
var noMetaData = !(
61
- typeof DataView !== 'undefined' &&
+ loadImage.global.DataView &&
62
file &&
63
file.size >= 12 &&
64
file.type === 'image/jpeg' &&
0 commit comments