Usage - Basic // Create a UInt8 array const buffer = new Uint8Array([12]); ==> const buffer = new Uint8Array([12]).buffer;
Usage - Basic
// Create a UInt8 array
const buffer = new Uint8Array([12]);
==> const buffer = new Uint8Array([12]).buffer;