接口 ArrayBufferView {
    缓冲: ArrayBufferLike
    字节长度: 数字
    byteOffset: 数字
}

属性

数组引用的 ArrayBuffer 实例。

字节长度: 数字

数组的长度(以字节为单位)。

字节偏移量: 数字

数组的偏移量(以字节为单位)。

使用TypeDoc生成