表示 ArrayBuffer 的构造函数。
Represents the constructor of ArrayBuffer.
创建一个新的 ArrayBuffer。
Creates a new ArrayBuffer.
ArrayBuffer 的字节长度。
The length of the ArrayBuffer in bytes.
Readonly
一个函数值的属性,是用于创建派生对象的构造函数。
A function valued property that is the constructor function that is used to create derived objects.
ArrayBuffer 的原型对象。
The prototype of ArrayBuffer.
检查一个值是否为 ArrayBufferView。
Checks if a value is an ArrayBufferView.
要检查的值。
The value to check.
Zh
表示 ArrayBuffer 的构造函数。
En
Represents the constructor of ArrayBuffer.