Base64
v1.3.0
Published
Base64 encoding and decoding
Downloads
2,701,008
Readme
Base64.js
≈ 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.