Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Node.js atob/btoa compatibility info #15356

Merged
merged 1 commit into from
Aug 28, 2022

Commits on Aug 28, 2022

  1. Update the Node.js atob/btoa compatibility info

    Given that Node.js has finally implemented native support for `atob`/`btoa`, it can't hurt to update the comments in `src/shared/compatibility.js` so that we don't forget to remove the polyfills once Node.js version `16` becomes the lowest supported LTS release; see
     - https://developer.mozilla.org/en-US/docs/Web/API/atob#browser_compatibility
     - https://developer.mozilla.org/en-US/docs/Web/API/btoa#browser_compatibility
    Snuffleupagus committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ca823d1 View commit details
    Browse the repository at this point in the history