Decodes a Uint8Array of text content into a string.
Uint8Array
This function uses the TextDecoder API to decode the given Uint8Array (representing text encoded in a specific encoding, such as UTF-8) into a readable string.
TextDecoder
The decoded string.
The Uint8Array containing the encoded text.
Generated using TypeDoc
Decodes a
Uint8Array
of text content into a string.This function uses the
TextDecoder
API to decode the givenUint8Array
(representing text encoded in a specific encoding, such as UTF-8) into a readable string.Returns
The decoded string.