Skip to content
New issue

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

WebIDL integration #6

Closed
petamoriken opened this issue May 26, 2024 · 3 comments
Closed

WebIDL integration #6

petamoriken opened this issue May 26, 2024 · 3 comments

Comments

@petamoriken
Copy link

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

@ljharb
Copy link
Member

ljharb commented May 28, 2024

The slot is mandated by the JS spec, so if WebIDL lacks that slot then it should indeed be added.

@littledan
Copy link
Member

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.

@ljharb ljharb mentioned this issue Jun 11, 2024
@ljharb
Copy link
Member

ljharb commented Oct 15, 2024

Closing this, since whatwg/webidl#1421 is filed and conceptually approved.

@ljharb ljharb closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants