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
.
error
Read only- A
DOMException
containing information about the error that occurred. Read only.
Constructor
MediaStreamRecorderEvent()
- Creates and returns a new
MediaRecorderErrorEvent
event object with the given parameters.
Methods
Inherits methods from its parent interface, Event
.
Specifications
Specification | Status | Comment |
---|---|---|
MediaStream Recording The definition of 'MediaRecorderErrorEvent' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | No1 | No | 57 | No | No1 | No |
MediaRecorderErrorEvent() constructor | No1 | No | 57 | No | No1 | No |
error | No1 | No | 57 | No | No1 | No |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | No | No1 | No | 57 | No | No1 | No |
MediaRecorderErrorEvent() constructor | No | No1 | No | 57 | No | No1 | No |
error | No | No1 | No | 57 | No | No1 | No |
1. Uses a generic event with an error
property.