RESOLVED DUPLICATE of bug 160790161146
[MediaStream] Add OverconstrainedError
https://bugs.webkit.org/show_bug.cgi?id=161146
Summary [MediaStream] Add OverconstrainedError
Eric Carlson
Reported 2016-08-24 10:13:29 PDT
Add OverconstrainedError: https://w3c.github.io/mediacapture-main/#overconstrainederror-object The spec says that it should be possible to create an OverconstrainedError by calling it as a function as well as with new: "When OverconstrainedError is called as a function rather than as a constructor, it creates and initializes a new OverconstrainedError object". WebKit's bindings generator doesn't support this, so don't implement this yet.
Attachments
Eric Carlson
Comment 1 2016-08-24 10:55:34 PDT
*** This bug has been marked as a duplicate of bug 160790 ***
Note You need to log in before you can comment on or make changes to this bug.