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

type Uint8Array<'a> = TypedArray<'a, Uint8>;

The Uint8Array type.