この記事はまだ日本語に翻訳されていません。MDN の翻訳はボランティアによって行われています。是非 MDN に登録し、私たちの力になって下さい。
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. |

