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.
Inherits properties from its parent interface, Event
.
error
Read only
DOMException
containing information about the error that occurred. Read only.MediaStreamRecorderEvent()
MediaRecorderErrorEvent
event object with the given parameters.Inherits methods from its parent interface, Event
.
Specification | Status | Comment |
---|---|---|
MediaStream Recording The definition of 'MediaRecorderErrorEvent' in that specification. | Working Draft | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No
|
No | 57 | No | No
|
No |
MediaRecorderErrorEvent() constructor |
No
|
No | 57 | No | No
|
No |
error |
No
|
No | 57 | No | No
|
No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No
|
No | 57 | No
|
No | No |
MediaRecorderErrorEvent() constructor |
No | No
|
No | 57 | No
|
No | No |
error |
No | No
|
No | 57 | No
|
No | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent