Web features explorer

Base64 encoding and decoding

Widely available since 2018-01-29
Tags: api

The atob() and btoa() global functions encode and decode strings to and from base 64, respectively.

Learning resources on MDN

Browser support (view on caniuse.com)

Specifications