Searched defs:uint8array (Results 1 – 2 of 2) sorted by relevance
24 const uint8array = new Uint8Array(arrayBuffer); constant
76 const uint8array = new Uint8Array([...Buffer.from('hä', 'latin1')]); constant