ArrayBuffer

ArrayBuffer is a fixed-length data buffer.

ArrayBuffer objects cannot be read from or written to directly, they are used as the underlying storage for typed arrays (such as Uint8Array) and DataView, which provide ways to manipulate the data stored in the array buffer.

Syntax

ArrayBuffer

Properties

Prototype Properties