Open 0joshuaolson1 opened 7 years ago
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
Supported in environments stuck at ES5?
var buffer = new ArrayBuffer(2(bytes) * desiredLength); var array = new Uint16Array(buffer);
Should this affect the api, since an 'array' has both a buffer and a view?
Maybe a bad idea?:
https://github.com/indutny/bn.js/issues/129#issuecomment-257175476
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
Supported in environments stuck at ES5?
Should this affect the api, since an 'array' has both a buffer and a view?