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