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