Closed disambiguator closed 3 years ago
Prevent errors when called with a TypedArray backed by a SharedArrayBuffer
As a workaround, we can copy the requested info into another buffer, which should still be faster than manually converting one character at a time.
Prevent errors when called with a TypedArray backed by a SharedArrayBuffer
As a workaround, we can copy the requested info into another buffer, which should still be faster than manually converting one character at a time.