Equivalent to Uint8Array before TypeScript 5.7, and Uint8Array<ArrayBuffer> in TypeScript 5.7 and beyond.
Uint8Array
Uint8Array<ArrayBuffer>
Equivalent to
Uint8Arraybefore TypeScript 5.7, andUint8Array<ArrayBuffer>in TypeScript 5.7 and beyond.