Skip to content

Commit a3a09f6

Browse files
committed
mark URL.canParse as supported (fixed) from NodeJS 20.1.0
nodejs/node#47513
1 parent e587c27 commit a3a09f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Added a workaround for getting proper global object in Figma plugins, [#1231](https://github.com/zloirock/core-js/issues/1231)
55
- Compat data improvements:
66
- Added NodeJS 20.0 compat data mapping
7+
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as supported ([fixed](https://github.com/nodejs/node/pull/47513)) from NodeJS 20.1.0
78
- Added Deno 1.33 compat data mapping
89

910
##### [3.30.1 - 2023.04.14](https://github.com/zloirock/core-js/releases/tag/v3.30.1)

packages/core-js-compat/src/data.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,6 +2463,7 @@ export const data = {
24632463
safari: '14.0',
24642464
},
24652465
'web.url.can-parse': {
2466+
node: '20.1.0',
24662467
},
24672468
'web.url.to-json': {
24682469
bun: '0.1.1',

0 commit comments

Comments
 (0)