Bug 161146

Summary: [MediaStream] Add OverconstrainedError
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, jer.noble, thiago.lacerda
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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 ***