Util for encoding binary data as base64 string and vice versa.
Decodes the given base64-encoded string as bytes.
This is equivalent to Uint8Array.fromBase64().
Uint8Array.fromBase64()
Encodes the given bytes as base64.
This is equivalent to Uint8Array.toBase64().
Uint8Array.toBase64()
Util for encoding binary data as base64 string and vice versa.