Type Definition mozjs::typedarray::ArrayBuffer
[−]
[src]
type ArrayBuffer<'a> = TypedArray<'a, ArrayBufferU8>;
The ArrayBuffer type.