Skip to content

Commit 4db6a6c

Browse files
committed
mark Error.isError as fixed in Node 24.3
nodejs/node#58691
1 parent e1ba3db commit 4db6a6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)