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.
Properties
Inherits properties from its parent interface, Event.
-
errorRead only -
A
DOMExceptioncontaining information about the error that occurred. Read only.
Constructor
MediaStreamRecorderEvent()-
Creates and returns a new
MediaRecorderErrorEventevent object with the given parameters.
Methods
Inherits methods from its parent interface, Event.
Specifications
| Specification |
|---|
| MediaStream Recording # errorevent-section |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
MediaRecorderErrorEvent |
No
Uses a generic event with an
error property. |
No
Uses a generic event with an
error property. |
57 |
No |
No
Uses a generic event with an
error property. |
14 |
No |
No
Uses a generic event with an
error property. |
57 |
No
Uses a generic event with an
error property. |
14 |
No
Uses a generic event with an
error property. |
MediaRecorderErrorEvent |
No
Uses a generic event with an
error property. |
No
Uses a generic event with an
error property. |
57 |
No |
No
Uses a generic event with an
error property. |
14 |
No |
No
Uses a generic event with an
error property. |
57 |
No
Uses a generic event with an
error property. |
14 |
No
Uses a generic event with an
error property. |
error |
No
Uses a generic event with an
error property. |
No
Uses a generic event with an
error property. |
57 |
No |
No
Uses a generic event with an
error property. |
14 |
No |
No
Uses a generic event with an
error property. |
57 |
No
Uses a generic event with an
error property. |
14 |
No
Uses a generic event with an
error property. |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent