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

Support binding ArrayBuffers #1048

Open
fabiospampinato opened this issue Aug 23, 2023 · 0 comments
Open

Support binding ArrayBuffers #1048

fabiospampinato opened this issue Aug 23, 2023 · 0 comments

Comments

@fabiospampinato
Copy link

fabiospampinato commented Aug 23, 2023

It'd be convenient if ArrayBuffers could be bound to statements. Currently only Uint8Arrays and Buffers seem to be supported, but ArrayBuffers could easily be supported too, and some APIs, like fetch, just give you an ArrayBuffer, wrapping it in a Uint8Array requires more than 0 code so it's not as convenient as just using the ArrayBuffer directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants