Decodes a base64-encoded string into a new Uint8Array.
Uint8Array
The base64 string to decode.
A new Uint8Array containing the decoded bytes.
Decodes a base64-encoded string into a new
Uint8Array.