Javascript Uint8ClampedArray.BYTES_PER_ELEMENT

Introduction

The Javascript Uint8ClampedArray.BYTES_PER_ELEMENT property stores the size in bytes of each element in an Uint8ClampedArray.

Uint8ClampedArray.BYTES_PER_ELEMENT;
console.log(Uint8ClampedArray.BYTES_PER_ELEMENT);



PreviousNext

Related