File tree 2 files changed +3
-1
lines changed
packages/core-js-compat/src 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
##### Unreleased
3
- - Nothing
3
+ - [ ` String.prototype.{ isWellFormed, toWellFormed } ` ] ( https://github.com/tc39/proposal-is-usv-string ) marked as supported from V8 ~ Chrome 111
4
4
5
5
##### [ 3.29.0 - 2023.02.27] ( https://github.com/zloirock/core-js/releases/tag/v3.29.0 )
6
6
- Added ` URLSearchParams.prototype.size ` getter, [ url/734] ( https://github.com/whatwg/url/pull/734 )
Original file line number Diff line number Diff line change @@ -2203,6 +2203,7 @@ export const data = {
2203
2203
} ,
2204
2204
'esnext.string.is-well-formed' : {
2205
2205
bun : '0.4.0' ,
2206
+ chrome : '111' ,
2206
2207
} ,
2207
2208
// TODO: Remove from `core-js@4`
2208
2209
'esnext.string.match-all' : null ,
@@ -2212,6 +2213,7 @@ export const data = {
2212
2213
// Safari ToString conversion bug
2213
2214
// https://bugs.webkit.org/show_bug.cgi?id=251757
2214
2215
bun : '0.5.7' , // '0.4.0',
2216
+ chrome : '111' ,
2215
2217
} ,
2216
2218
'esnext.symbol.async-dispose' : {
2217
2219
} ,
You can’t perform that action at this time.
0 commit comments