Skip to content

ArrayBufferView

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1729

Type ParameterDefault type
TArrayBuffer extends ArrayBufferLikeArrayBufferLike
readonly buffer: TArrayBuffer;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1733

The ArrayBuffer instance referenced by the array.


readonly byteLength: number;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1738

The length in bytes of the array.


readonly byteOffset: number;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1743

The offset in bytes of the array.