ArrayBufferView is a helper type representing any of the following JavaScript TypedArray types:
Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64ArrayorDataView.
This is a helper type to simplify the specification; it isn't an interface, and there are no objects implementing it.
Specifications
| Specification | Status | Comment |
| Web IDLThe definition of 'ArrayBufferView' in that specification. | Candidate Recommendation | Initial definition. |
ArrayBufferView by Mozilla Contributors is licensed under CC-BY-SA 2.5.