Uint32Array API

Represents an array of 32-bit unsigned integers.

5 Total 3 Methods 2 Properties 5 Statics
  Show all

new Uint32Array(…)

Creates a new Uint32Array.Uint32Array.Uint32Array(length_or_buffer, [byteOffset, [length]])

Uint32Array.BYTES_PER_ELEMENT

The size in bytes of each element in the array. Fixed at 4.Uint32Array.BYTES_PER_ELEMENT

Uint32Array.from()

Creates a new Uint32Array from an array-like or iterable object.Uint32Array.from()

Uint32Array.of()

Creates a new Uint32Array with a variable number of arguments.Uint32Array.of()

Uint32Array.prototype

The prototype of the Uint32Array constructor.Uint32Array.prototype

You seem to be offline. App may not work.