Skip to content

Conversation

@Renegade334
Copy link

DOMException was addressed in nodejs/node@081c70878f.

@github-actions github-actions bot added data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:xs [PR only] 0-6 LoC changed labels Jan 22, 2026
@caugner caugner changed the title fix: remove partial Node.js implementation for Error.isError Node 24.3.0 fully supports Error.isError() Jan 23, 2026
"version_added": "24.0.0",
"partial_implementation": true,
"notes": "Returns `false` for `DOMException` instances. See [issue 56497](https://github.com/nodejs/node/issues/56497)."
"version_added": "24.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nodejs/node@081c70878f suggests this was only fixed in 24.3.0, so we need to:

  • Keep the current statement, adding version_removed: "24.3.0".
  • Wrap the statement in an array.
  • Add a new statement with just `version_added: "24.3.0".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:xs [PR only] 0-6 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants