└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # abab is deprecated 2 | 3 | This module implemented the [`atob()` and `btoa()` methods](https://html.spec.whatwg.org/multipage/webappapis.html#atob) from the HTML Standard. However, it is no longer supported or maintained. Instead, consider using your platform's native implementations of these methods, such as on: 4 | 5 | * Node.js: [`atob()`](https://nodejs.org/api/globals.html#atobdata), [`btoa()`](https://nodejs.org/api/globals.html#btoadata) 6 | * The web: [`atob()`](https://developer.mozilla.org/en-US/docs/Web/API/atob), [`btoa()`](https://developer.mozilla.org/en-US/docs/Web/API/btoa) 7 | 8 | To browse code from previous versions, see [Git history](https://github.com/jsdom/abab/tree/80874ae1fe1cde2e587bb6e51b6d7c9b42ca1d34). 9 | --------------------------------------------------------------------------------