davidchambers / Base64.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:JavaScript 77.7%Language:Makefile 21.1%Language:Shell 1.2%