I get following error at runtime:
Uncaught (in promise) ReferenceError: global is not defined
The errors occurs there (minimized code and see screenshot):
RT=void 0===global.TYPED_ARRAY_SUPPORT||global.TYPED_ARRAY_SUPPORT;var _kMaxLength=kMaxLength();f
Do I need to configure anything particular (I use Rollup) to use the library ?
P.S.: At first I thought it was an issue while upgrading from v0.9.3 to v0.10.0 but, seems actually link to something else.