Skip to main content
A Uint8Array is a typed array, a view over the data in an underlying ArrayBuffer.

Create instances of other typed arrays the same way.

To create a typed array that only views a portion of the underlying buffer, pass the offset and length to the constructor.

See Utils.