Converts a Uint8Array to a base64 string in a browser-compatible way. Uses the btoa() function available in both browsers and Node.js.
The bytes to encode
The base64-encoded string
Converts a Uint8Array to a base64 string in a browser-compatible way. Uses the btoa() function available in both browsers and Node.js.