Skip to content

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

License

Notifications You must be signed in to change notification settings

mcgeedwz/Base64.js

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.8%
  • Makefile 27.1%
  • Shell 1.1%