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 |
|---|---|---|
| WHATWG HTML Living Standard The definition of 'ArrayBufferView' in that specification. |
Living Standard | Initial definition. |