Skip to content

Commit 5c09b8b

Browse files
committed
mark String.prototype.{ isWellFormed, toWellFormed } as supported from V8 ~ Chrome 111
1 parent a28c80e commit 5c09b8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22
##### Unreleased
3-
- Nothing
3+
- [`String.prototype.{ isWellFormed, toWellFormed }`](https://github.com/tc39/proposal-is-usv-string) marked as supported from V8 ~ Chrome 111
44

55
##### [3.29.0 - 2023.02.27](https://github.com/zloirock/core-js/releases/tag/v3.29.0)
66
- Added `URLSearchParams.prototype.size` getter, [url/734](https://github.com/whatwg/url/pull/734)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,7 @@ export const data = {
22032203
},
22042204
'esnext.string.is-well-formed': {
22052205
bun: '0.4.0',
2206+
chrome: '111',
22062207
},
22072208
// TODO: Remove from `core-js@4`
22082209
'esnext.string.match-all': null,
@@ -2212,6 +2213,7 @@ export const data = {
22122213
// Safari ToString conversion bug
22132214
// https://bugs.webkit.org/show_bug.cgi?id=251757
22142215
bun: '0.5.7', // '0.4.0',
2216+
chrome: '111',
22152217
},
22162218
'esnext.symbol.async-dispose': {
22172219
},

0 commit comments

Comments
 (0)