- From: <bugzilla@jessica.w3.org>
- Date: Thu, 05 Jun 2014 08:59:02 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25988
Bug ID: 25988
Summary: Need a list of MediaStreamError "name" values
Product: WebRTC Working Group
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: harald@alvestrand.no
CC: public-media-capture@w3.org
Now that we are not depending on DOMError, we need our own table of errors that
can be returned in a MediaStreamError (and extended by other specifications,
such as WebRTC).
The following errors are defined to be used so far:
- NotSupportedError
- PermissionDeniedError
- ConstraintNotSatisfiedError
- overconstrainedError (needs to be changed to initial upper case for
consistency)
In addition, bug 22251 defines:
- NotFoundError
- AbortError
- SourceUnavailableError
The names that are identical to DOMError names should have the same meaning;
the spec should note that.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Thursday, 5 June 2014 08:59:05 UTC