Web/API/ArrayBufferView

From Get docs

ArrayBufferView is a helper type representing any of the following JavaScript TypedArray types:

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.