TypedArray class

TypedArray class

TypedArray objects present an array-like view of an underlying binary data buffer.

Inheritance: TypedArrayDOMObject

The TypedArray type exposes the following members:

Properties

PropertyDescription
byte_lengthGets the byteLength accessor property represents the length of an ArrayBuffer in bytes.
byte_offsetGets the byteOffset from the start of referenced ArrayBuffer.
lengthGets the length of a typed array.

Methods

MethodDescription
get_platform_typeThis method is used to retrieve ECMAScript object Type.

See Also