Skip to content

Commit d27edd5

Browse files
committed
URL.parse added and marked as supported from Chromium 126
https://chromestatus.com/feature/6301071388704768
1 parent 431a551 commit d27edd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [`Set` methods proposal](https://github.com/tc39/proposal-set-methods) added and marked as [supported from FF 127](https://bugzilla.mozilla.org/show_bug.cgi?id=1868423)
66
- [`Symbol.dispose`](https://github.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 125
77
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://github.com/tc39/proposal-float16array) added and marked as [supported from Deno 1.43](https://github.com/denoland/deno/pull/23490)
8+
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Chromium 126](https://chromestatus.com/feature/6301071388704768)
89
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from NodeJS 22.0](https://github.com/nodejs/node/pull/52280)
910
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and marked as [supported from Deno 1.43](https://github.com/denoland/deno/pull/23318)
1011
- Added [Rhino 1.7.15](https://github.com/mozilla/rhino/releases/tag/Rhino1_7_15_Release) compat data, many features marked as supported

Diff for: packages/core-js-compat/src/data.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,7 @@ export const data = {
27112711
},
27122712
'web.url.parse': {
27132713
bun: '1.1.4',
2714+
chrome: '126',
27142715
deno: '1.43',
27152716
firefox: '126',
27162717
node: '22.0',

0 commit comments

Comments
 (0)