File tree Expand file tree Collapse file tree
packages/core-js-compat/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ` Iterator ` helpers marked as fixed and updated following the latest spec changes in Safari 26.0
88 - ` Set.prototype.{ difference, symmetricDifference, union } ` marked as fixed in Safari 26.0
99 - ` 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
1011
1112##### [ 3.43.0 - 2025.06.09] ( https://github.com/zloirock/core-js/releases/tag/v3.43.0 )
1213- 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 = {
164164 chrome : '134' ,
165165 firefox : '138' ,
166166 // https://github.com/nodejs/node/issues/58134
167- node : false ,
167+ node : '24.3' ,
168168 } ,
169169 'es.error.to-string' : {
170170 chrome : '33' ,
You can’t perform that action at this time.
0 commit comments