BufferSource
is a typedef used to represent objects that are either themselves an
ArrayBuffer
, or which are a
TypedArray
providing an
ArrayBufferView
.
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 'BufferSource' 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()