- From: Arthur Barstow <art.barstow@gmail.com>
- Date: Mon, 31 Aug 2015 15:22:03 -0400
- To: public-media-capture@w3.org
This bug was incorrectly filed under WebApps' Streams API so someone should update the bug accordingly. (I also recommend the spec's boilerplate explicitly state how/where to files bugs). -------- Forwarded Message -------- Subject: [Bug 29102] New: MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead Resent-Date: Mon, 31 Aug 2015 18:56:56 +0000 Resent-From: public-webapps@w3.org Date: Mon, 31 Aug 2015 18:56:51 +0000 From: bugzilla@jessica.w3.org To: public-webapps@w3.org 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 19:22:31 UTC