Base64.js icon indicating copy to clipboard operation
Base64.js copied to clipboard

Polyfill for browsers that don't provide window.btoa and window.atob

Base64.js

CDNJS

≈ 700 byte* polyfill for browsers which don't provide window.btoa and window.atob.

Base64.js stems from a gist by yahiko.

Running the test suite

make setup
make test

* Minified and gzipped. Run make bytes to verify.