├── README.md ├── atob └── README.md ├── btoa └── README.md └── localStorage └── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Moved 2 | ### node-browser-compat is now at 3 | 4 | * [git.coolaj86.com/coolaj86/atob.js](https://git.coolaj86.com/coolaj86/atob.js) 5 | * [git.coolaj86.com/coolaj86/btoa.js](https://git.coolaj86.com/coolaj86/btoa.js) 6 | * [git.coolaj86.com/coolaj86/dom-storage.js](https://git.coolaj86.com/coolaj86/dom-storage.js) 7 | -------------------------------------------------------------------------------- /atob/README.md: -------------------------------------------------------------------------------- 1 | MOVED 2 | ==== 3 | 4 | Now at https://github.com/node-browser-compat/atob 5 | -------------------------------------------------------------------------------- /btoa/README.md: -------------------------------------------------------------------------------- 1 | MOVED 2 | ==== 3 | 4 | Now at https://github.com/node-browser-compat/btoa 5 | -------------------------------------------------------------------------------- /localStorage/README.md: -------------------------------------------------------------------------------- 1 | MOVED 2 | ===== 3 | 4 | Now at https://github.com/node-browser-compat/dom-storage 5 | --------------------------------------------------------------------------------