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