You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
Support typed arrays, which V8 added as an enhancement prior to ES6 support. This means supporting all the types, including:
DataView
ArrayBuffer
Int[8|16|32]Array
Uint[8|16|32]Array
Float[32|64]Array
we will bring tests from the V8 test suite to test this.
The text was updated successfully, but these errors were encountered: