Closed shentr closed 3 years ago
Thanks - what does typeof Symbol.toStringTag
report?
typeof Symbol.toStringTag === 'symbol' is true
@shentr any idea which kind of android phones ship with v5.1.1? I only have browserstack available, and that only lists them by manufacturer.
Also, in which browser are you seeing this?
Also, what's the output of var a = new Float32Array(); console.log([Symbol.toStringTag in a, a[Symbol.toStringTag], Object.getOwnPropertyDescriptor(a.__proto__.__proto__, Symbol.toStringTag).get])
?
Android 5.1.1 throw this error