Bug 161146 - [MediaStream] Add OverconstrainedError
Summary: [MediaStream] Add OverconstrainedError
Status: RESOLVED DUPLICATE of bug 160790
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-08-24 10:13 PDT by Eric Carlson
Modified: 2016-08-24 10:55 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 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.
Comment 1 Eric Carlson 2016-08-24 10:55:34 PDT

*** This bug has been marked as a duplicate of bug 160790 ***