Skip to content

Commit

Permalink
Symbol.dispose added marked as supported from V8 ~ Chromium 125
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 20, 2024
1 parent b6a7da6 commit 32c3608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Compat data improvements:
- [`Symbol.dispose`](https://github.com/tc39/proposal-explicit-resource-management) added marked as supported from V8 ~ Chromium 125
- Added Electron 31 compat data mapping

##### [3.37.0 - 2024.04.17](https://github.com/zloirock/core-js/releases/tag/v3.37.0)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -2413,6 +2413,7 @@ export const data = {
},
'esnext.symbol.dispose': {
bun: '1.0.23',
chrome: '125',
deno: '1.38',
// Node 20.4.0 add `Symbol.dispose`, but with incorrect descriptor
// https://github.com/nodejs/node/issues/48699
Expand Down

0 comments on commit 32c3608

Please sign in to comment.