You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop OverconstrainedError message and name members (#7616)
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).
0 commit comments