TypedArraytype
| Uint8Array<T> | Uint16Array<T> | Uint32Array<T> | Int8Array<T> | Int16Array<T> | Int32Array<T> | Float32Array<T> | Float64Array<T>
| Type | |
|---|---|
Uint8Array | |
Uint16Array | |
Uint32Array | |
Int8Array | |
Int16Array | |
Int32Array | |
Float32Array | |
Float64Array |
Union of the numeric TypedArray views over an ArrayBufferLike (excludes DataView).