Javascript Uint8Array.BYTES_PER_ELEMENT

Introduction

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

Uint8Array.BYTES_PER_ELEMENT;
console.log(Uint8Array.BYTES_PER_ELEMENT);



PreviousNext

Related