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

Drop OverconstrainedError message and name members #7616

Merged

Conversation

sideshowbarker
Copy link
Collaborator

This change removes the message and name members from the data for the OverconstrainedError interface, per the spec change at w3c/mediacapture-main#746, which redefined OverconstrainedError as as extending DOMException (which has message and name members that OverconstrainedError inherits).


I’ve already redirected the relevant MDN articles to the equivalent DOMException articles.

This change removes the message and name members from the data
for the OverconstrainedError interface, per the spec change at
w3c/mediacapture-main#746, which redefined
OverconstrainedError as as extending DOMException (which has message and
name members that OverconstrainedError inherits).
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 8, 2020
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Thank you! 🎉

@ddbeck ddbeck merged commit 477ee3e into mdn:master Dec 10, 2020
@sideshowbarker sideshowbarker deleted the sideshowbarker/OverconstrainedError-message-name-drop branch December 10, 2020 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants