Definition
Web IDL Standard defines ArrayBufferView
typedef (Int8Array or Int16Array or Int32Array or
Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or
BigInt64Array or BigUint64Array or
Float16Array or Float32Array or Float64Array or DataView) ArrayBufferView;
Referring IDL interfaces/dictionaries
Referring specifications
- WebGL Specification refers to
ArrayBufferView
- WebGL 2.0 Specification refers to
ArrayBufferView
- Streams Standard refers to
ArrayBufferView
- Presentation API refers to
ArrayBufferView
- Web Cryptography API refers to
ArrayBufferView
- Web Neural Network API refers to
ArrayBufferView
- WebRTC: Real-Time Communication in Browsers refers to
ArrayBufferView