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