Decode a Base64URL string back into a Uint8Array.
Uint8Array
Both browser (atob) and Node.js (Buffer) implementations are supported.
atob
Buffer
The Base64URL string to decode.
The decoded bytes.
Decode a Base64URL string back into a
Uint8Array.Both browser (
atob) and Node.js (Buffer) implementations are supported.