ArrayBufferView
Type Parameters
| Type Parameter | Default type |
|---|---|
TArrayBuffer extends ArrayBufferLike | ArrayBufferLike |
Properties
buffer
readonly buffer: TArrayBuffer;
The ArrayBuffer instance referenced by the array.
byteLength
readonly byteLength: number;
The length in bytes of the array.
byteOffset
readonly byteOffset: number;
The offset in bytes of the array.