viki719632 / Base64.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64.js

CDNJS

≈ 500 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 which don't provide window.btoa and window.atob

License:Other


Languages

Language:CoffeeScript 44.9%Language:JavaScript 40.4%Language:Makefile 13.0%Language:Shell 1.6%