Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from Uint8Array to ArrayBuffer #10

Open
plcp opened this issue Nov 19, 2018 · 0 comments
Open

Migrate away from Uint8Array to ArrayBuffer #10

plcp opened this issue Nov 19, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@plcp
Copy link
Collaborator

plcp commented Nov 19, 2018

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 plcp added the enhancement New feature or request label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant