Convert a base64 encoded string to a Uint8Array.
Uint8Array
The bytes as Uint8Array.
The base64 encoded string to convert to bytes.
Convert a base64 encoded string to a
Uint8Array
.Returns
The bytes as
Uint8Array
.