Function binToUtf8

  • Decode a Uint8Array as a UTF-8 string.

    For the reverse, see utf8ToBin.

    Parameters

    • bytes: Uint8Array

      the Uint8Array to decode

    Returns string

Generated using TypeDoc