Function decodeTextContent

  • Decodes a Uint8Array of text content into a string.

    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.

    Returns

    The decoded string.

    Parameters

    • content: Uint8Array

      The Uint8Array containing the encoded text.

    Returns string

Generated using TypeDoc