Decode a base64-encoded byte sequence into the original bytes.
Uint8Array holding the base64 representation (one byte per ASCII character, length must be a multiple of 4, = padding allowed).
=
a Uint8Array containing the decoded bytes.
Decode a base64-encoded byte sequence into the original bytes.