Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidchambers/base64.js
Polyfill for browsers that don't provide window.btoa and window.atob
https://github.com/davidchambers/base64.js
Last synced: 4 days ago
JSON representation
Polyfill for browsers that don't provide window.btoa and window.atob
- Host: GitHub
- URL: https://github.com/davidchambers/base64.js
- Owner: davidchambers
- License: other
- Created: 2012-06-10T01:36:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T21:37:31.000Z (over 1 year ago)
- Last Synced: 2024-12-12T17:06:25.666Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 491
- Watchers: 17
- Forks: 217
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Base64.js
[![CDNJS](https://img.shields.io/cdnjs/v/Base64.svg)](https://cdnjs.com/libraries/Base64)
≈ 700 byte* polyfill for browsers which don't provide [`window.btoa`][1] and
[`window.atob`][2].Base64.js stems from a [gist][3] by [yahiko][4].
### Running the test suite
make setup
make test\* Minified and gzipped. Run `make bytes` to verify.
[1]: https://developer.mozilla.org/en/DOM/window.btoa
[2]: https://developer.mozilla.org/en/DOM/window.atob
[3]: https://gist.github.com/229984
[4]: https://github.com/yahiko