Skip to content

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

License

Notifications You must be signed in to change notification settings

davidchambers/Base64.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 18, 2023
2219269 · Sep 18, 2023
Feb 9, 2023
Apr 27, 2014
Sep 18, 2023
Mar 16, 2014
Feb 12, 2019
Nov 2, 2019
Feb 9, 2023
Nov 2, 2019
Sep 18, 2023
Sep 18, 2023
Aug 4, 2016
Sep 18, 2023

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.