File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/core-js-compat/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ` Iterator ` helpers marked as fixed and updated following the latest spec changes in Safari 26.0
8
8
- ` Set.prototype.{ difference, symmetricDifference, union } ` marked as fixed in Safari 26.0
9
9
- ` SuppressedError ` marked [ as fixed] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1971000 ) in FF141
10
+ - ` Error.isError ` marked [ as fixed] ( https://github.com/nodejs/node/pull/58691 ) in Node 24.3
10
11
11
12
##### [ 3.43.0 - 2025.06.09] ( https://github.com/zloirock/core-js/releases/tag/v3.43.0 )
12
13
- Changes [ v3.42.0...v3.43.0] ( https://github.com/zloirock/core-js/compare/v3.42.0...v3.43.0 ) (139 commits)
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export const data = {
164
164
chrome : '134' ,
165
165
firefox : '138' ,
166
166
// https://github.com/nodejs/node/issues/58134
167
- node : false ,
167
+ node : '24.3' ,
168
168
} ,
169
169
'es.error.to-string' : {
170
170
chrome : '33' ,
You can’t perform that action at this time.
0 commit comments