web api interface
MediaRecorderErrorEvent
The MediaRecorderErrorEvent interface represents errors returned by the MediaStream Recording API. It is an Event object that encapsulates a reference to a DOMException describing the error that occurred.
Constructor
MediaStreamRecorderEvent()Deprecated- : Creates and returns a new
MediaRecorderErrorEventevent object with the given parameters.
- : Creates and returns a new
Instance properties
Inherits properties from its parent interface, Event.
errorRead only Deprecated- : A
DOMExceptioncontaining information about the error that occurred.
- : A
Instance methods
Inherits methods from its parent interface, Event.
Specifications
This feature is no longer part of any specification.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.