new Uint32Array(…)
Creates a new Uint32Array.Uint32Array.Uint32Array(length_or_buffer, [byteOffset, [length]])
Uint32Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array. Fixed at 4.Uint32Array.BYTES_PER_ELEMENT
Uint32Array.from()
Creates a new Uint32Array from an array-like or iterable object.Uint32Array.from()
Uint32Array.of()
Creates a new Uint32Array with a variable number of arguments.Uint32Array.of()
Uint32Array.prototype
The prototype of the Uint32Array constructor.Uint32Array.prototype