• Encodes the binary data represented by the Uint8Array to a Base64 string.

    Parameters

    • binary: Uint8Array

      The Uint8Array containing binary data to be converted

    Returns string

    Base64-encoded string representation of the input Uint8Array

Generated using TypeDoc