-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Labels
web-standardsIssues and PRs related to Web APIsIssues and PRs related to Web APIs
Description
Version
v24.6.0 and v24.7.0
Platform
n/a
Subsystem
web standards
What steps will reproduce the bug?
class MyDOMException extends DOMException {
get reason () {
return 'hello'
}
}
console.log(new MyDOMException().reason)
node v22: 'hello'
node v24: undefined
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
it should work
What do you see instead?
n/a
Additional information
cc @legendecas
Metadata
Metadata
Assignees
Labels
web-standardsIssues and PRs related to Web APIsIssues and PRs related to Web APIs