Type representing a data buffer that can be used for read/write operations.
Accepts an ArrayBuffer or any typed array view such as Uint8Array,
Uint32Array, DataView, etc. Note that views backed by
SharedArrayBuffer are not supported and will be rejected at runtime.
Type representing a data buffer that can be used for read/write operations.
Accepts an
ArrayBufferor any typed array view such asUint8Array,Uint32Array,DataView, etc. Note that views backed bySharedArrayBufferare not supported and will be rejected at runtime.