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