This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29102 - MediaStream Recording API: remove RecordingErrorNameEnum and use DomException instead
Summary: MediaStream Recording API: remove RecordingErrorNameEnum and use DomException...
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Streams API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Takeshi Yoshino
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 18:56 UTC by Miguel Casas-Sanchez
Modified: 2015-08-31 21:45 UTC (History)
6 users (show)

See Also:


Attachments

Description Miguel Casas-Sanchez 2015-08-31 18:56:51 UTC
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
Comment 1 Miguel Casas-Sanchez 2015-08-31 21:44:03 UTC
Dup'ed in https://github.com/w3c/mediacapture-record/issues/14