lightnion icon indicating copy to clipboard operation
lightnion copied to clipboard

Migrate away from Uint8Array to ArrayBuffer

Open plcp opened this issue 6 years ago • 0 comments

Having a native transferable type used for all data manipulations will enable us to integrate better with workers through window.postMessage and to use the SubtleCrypto API as a BufferSource.

We use Uint8Array and may prefer use ArrayBuffer – see Uint8Array.prototype.buffer.

plcp avatar Nov 19 '18 20:11 plcp