Base64.js
≈ 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.
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
scripts |
|
|
|
|
test |
|
|
|
|
.gitignore |
|
|
|
|
.travis.yml |
|
|
|
|
LICENSE |
|
|
|
|
Makefile |
|
|
|
|
README.md |
|
|
|
|
base64.js |
|
|
|
|
base64.min.js |
|
|
|
|
bower.json |
|
|
|
|
package.json |
|
|
≈ 500 byte* polyfill for browsers which don't provide window.btoa and
window.atob.
Base64.js stems from a gist by yahiko.
make setup
make test
* Minified and gzipped. Run make bytes to verify.