Maximum length for a typed array.
Robustly get the length of a Typed Array
Uint8Array.
Uint32Array.
Uint16Array.
Maximum length for a generic array.
Float64Array.
Robustly get the byte length of a Typed Array
Float32Array.
Uint8ClampedArray.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Maximum unsigned 32-bit integer.
Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Get the ArrayBuffer out of a TypedArray, robustly.
Int8Array.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Int32Array.
Int16Array.
Arrays.
Constants.
Returns an array of Typed Array names that are available in the current environment
BooleanArray.