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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: