interface Uint8Array
unstable
Methods #
Converts this Uint8Array
object to a base64 string.
#setFromBase64(string: string,options?: { alphabet?: "base64" | "base64url"; lastChunkHandling?: "loose"
| "strict"
| "stop-before-partial"; },): { read: number; written: number; }
Populates this Uint8Array
object with data from a base64 string.
#setFromHex(string: string): { read: number; written: number; }
Populates this Uint8Array
object with data from a hex string.