Function uint8ArrayToBase64

  • Converts a Uint8Array to a base64 encoded string

    Parameters

    • uint8Array: Uint8Array<ArrayBufferLike>

      The Uint8Array to convert

    Returns string

    The base64 encoded string