Skip to content

Commit

Permalink
mark atob / btoa as fixed in the next minor NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 5, 2022
1 parent 76ab60d commit c5d4e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## Changelog
##### Unreleased
- `atob` / `btoa` marked as [fixed](https://github.com/nodejs/node/pull/41478) in NodeJS 17.5
- Added Electron 18.0 compat data mapping

##### 3.21.0 - 2022.02.02
Expand Down
4 changes: 2 additions & 2 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -1824,7 +1824,7 @@ export const data = {
edge: '13',
firefox: '27',
// https://github.com/nodejs/node/issues/41450
// node: '16.0',
node: '17.5', // '16.0',
opera: '10.5',
safari: '10.1',
},
Expand All @@ -1834,7 +1834,7 @@ export const data = {
firefox: '1',
ie: '10',
// https://github.com/nodejs/node/issues/41450
// node: '16.0',
node: '17.5', // '16.0',
opera: '10.5',
safari: '3.0',
},
Expand Down

0 comments on commit c5d4e23

Please sign in to comment.