Type Definition js::typedarray::ArrayBuffer [] [src]

type ArrayBuffer<'a> = TypedArray<'a, ArrayBufferU8>;

The ArrayBuffer type.