[Bug 29102] New: MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead

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

            Bug ID: 29102
           Summary: MediaStream Recording API: remove
                    RecordingErrorNameEnum and use DomException instead
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Streams API
          Assignee: tyoshino@google.com
          Reporter: mcasas@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
  Target Milestone: ---

The said RecordingErrorNameEnum [1] should not exist stand alone,
since it partially overlaps DomException [2], concretely 
INVALID_STATE_ERR and SECURITY_ERR. Reuse DomException.


[1] http://www.w3.org/TR/mediastream-recording/#MediaRecorderErrorEvent
[2] http://www.w3.org/wiki/DOM/domcore/DOMException

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

Received on Monday, 31 August 2015 18:56:53 UTC