core-js: Float32Array does not have Symbol.toStringTag,
I got this issue on Chromium 46.0.2490.0, core-js core-js@3.7.0
when used require('util').inherits;
to reproduce:
> a=new Float32Array()
< []
> Symbol.toStringTag in a
< false
In modern browser there is true
and a[Symbol.toStringTag]
returns Float32Array
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (10 by maintainers)
@ljharb I don’t think so. Almost all issues like this are issues related to incorrect
core-js
inclusion. Also, this Chrome 46 is also Chromium 46.0.2490.