Base64 encoding and decoding
Widely availableThe atob()
and btoa()
global functions encode and decode strings to and from base 64, respectively.
The atob()
and btoa()
global functions encode and decode strings to and from base 64, respectively.