ArrayBufferView
is a helper type representing any of the following JavaScript TypedArray
types:
Int8Array
,Uint8Array
,Uint8ClampedArray
,Int16Array
,Uint16Array
,Int32Array
,Uint32Array
,Float32Array
,Float64Array
orDataView
.This is a helper type to simplify the specification, it isn't an interface and there are no objects implementing it.
Specification | Status | Comment |
---|---|---|
Web IDL The definition of 'ArrayBufferView' in that specification. | Candidate Recommendation | Initial definition. |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView