The Javascript Int8Array.BYTES_PER_ELEMENT property stores the size in bytes of each element in an Int8Array.
Int8Array.BYTES_PER_ELEMENT;
console.log(Int8Array.BYTES_PER_ELEMENT);