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