ArrayBufferView
is a helper type representing any of the following JavaScript
TypedArray
types:
Int8Array
,
Uint8Array
,
Uint8ClampedArray
,
Int16Array
,
Uint16Array
,
Int32Array
,
Uint32Array
,
Float32Array
,
Float64Array
or
DataView
.
This is a helper type to simplify the specification; it isn't an interface, and there are no objects implementing it.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web IDL
The definition of 'ArrayBufferView' in that specification. |
候选推荐 | 初始定义。 |
Web
函数
对象
Object.prototype.__defineGetter__()
Object.prototype.__defineSetter__()
Object.prototype.__lookupGetter__()
Object.prototype.__lookupSetter__()
Object.prototype.hasOwnProperty()
Object.prototype.isPrototypeOf()
Object.prototype.propertyIsEnumerable()
Object.prototype.toLocaleString()
Object.prototype.toSource()
Object.prototype.toString()
Object.prototype.unwatch()
Object.prototype.valueOf()
Object.prototype.watch()
Object.setPrototypeOf()