Encode a byte array in base64.
We provide our own implementation so that we do not run into compatibility issues with node.js, different browsers etc. See: https://stackoverflow.com/questions/21797299/convert-base64-string-to-arraybuffer
bytes encoded as base64 text
bytes
to be encoded
Generated using TypeDoc
Encode a byte array in base64.
Remarks
We provide our own implementation so that we do not run into compatibility issues with node.js, different browsers etc. See: https://stackoverflow.com/questions/21797299/convert-base64-string-to-arraybuffer
Returns
bytes
encoded as base64 text