Interface ArrayBufferView

interface ArrayBufferView {
buffer : ArrayBufferLike ;
byteLength : number;
byteOffset : number;
}

Properties

buffer

The ArrayBuffer instance referenced by the array.

byteLength

byteLength: number

The length in bytes of the array.

byteOffset

byteOffset: number

The offset in bytes of the array.

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /