[Bug 22251] Define better error when no video or audio source is available

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22251

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no

--- Comment #5 from Harald Alvestrand <harald@alvestrand.no> ---
Suggested resolution, now that we inherit from DOMError:

NO_DEVICES_FOUND -> NotFoundError (existing DOMError code)
HARDWARE_UNAVAILABLE -> AbortError (existing DOMError code)
                     -> SourceUnavailable (NEW DOMError code)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 August 2013 11:34:19 UTC