Skip to content

Commit

Permalink
mark URL.canParse as supported from Chromium 120
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 29, 2023
1 parent ccdc164 commit 4f91747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Removed unspecified unnecessary `ArrayBuffer` and `DataView` dependencies of `structuredClone` lack of which could cause errors in some entries in IE10-
- Fixed handling of fractional number part in [`Number.fromString`](https://github.com/tc39/proposal-number-fromstring)
- Compat data improvements:
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as [supported from Chromium 120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839)
- Updated Opera Android 78 compat data mapping
- Added Electron 29 compat data mapping

Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2519,6 +2519,7 @@ export const data = {
},
'web.url.can-parse': {
bun: '1.0.2',
chrome: '120',
deno: '1.33.2',
firefox: '115',
node: '20.1.0',
Expand Down

0 comments on commit 4f91747

Please sign in to comment.