web-feature: Base64 encoding and decoding
The 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.