Decode Base64

Decode a Base64 encoded string back to its original text representation.

Code

Utilities
atob(input);

Parameters

The Base64 encoded string to decode.

Browser·fetch() may be limited by CORS

More JavaScript Snippets