react / wstein / node_modules / browserify / node_modules / http-browserify / node_modules / Base64 / README.md
80540 viewsBase64.js
ā 500 byte* polyfill for browsers which don't provide window.btoa
and window.atob
.
Although the script does no harm in browsers which do provide these functions, a conditional script loader such as yepnope can prevent unnecessary HTTP requests.
Base64.js stems from a gist by yahiko.
Running the test suite
* Minified and gzipped. Run make bytes
to verify.