We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOMException does't have [[ErrorData]] internal slot. This means that we may need to work on the WebIDL side.
DOMException
[[ErrorData]]
https://webidl.spec.whatwg.org/#dom-domexception-domexception https://webidl.spec.whatwg.org/#js-DOMException-specialness
The text was updated successfully, but these errors were encountered:
The slot is mandated by the JS spec, so if WebIDL lacks that slot then it should indeed be added.
Sorry, something went wrong.
I'm glad to see this issue filed and solution presented. Let's try to get a WebIDL PR out there before Stage 2.7.
Closing this, since whatwg/webidl#1421 is filed and conceptually approved.
No branches or pull requests
DOMException
does't have[[ErrorData]]
internal slot. This means that we may need to work on the WebIDL side.https://webidl.spec.whatwg.org/#dom-domexception-domexception
https://webidl.spec.whatwg.org/#js-DOMException-specialness
The text was updated successfully, but these errors were encountered: