Skip to content

Commit

Permalink
NodeJS 17.0 DOMException exposed to global
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 20, 2021
1 parent 7ee0a15 commit 2cb7507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1773,16 +1773,19 @@ export const data = {
chrome: '46',
deno: '1.7',
firefox: '37',
node: '17.0',
safari: '11.1',
},
'web.dom-exception.stack': {
deno: '1.7',
firefox: '37',
node: '17.0',
},
'web.dom-exception.to-string-tag': {
chrome: '49',
deno: '1.7',
firefox: '51',
node: '17.0',
safari: '11.1',
},
'web.immediate': {
Expand Down

0 comments on commit 2cb7507

Please sign in to comment.