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 | 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.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
MediaRecorderErrorEvent | Chrome
No support
No
| Edge
No support
No
| Firefox Full support 57 | IE No support No | Opera
No support
No
| Safari No support No | WebView Android No support No | Chrome Android
No support
No
| Firefox Android Full support 57 | Opera Android
No support
No
| Safari iOS No support No | Samsung Internet Android
No support
No
|
MediaRecorderErrorEvent() constructor | Chrome
No support
No
| Edge
No support
No
| Firefox Full support 57 | IE No support No | Opera
No support
No
| Safari No support No | WebView Android No support No | Chrome Android
No support
No
| Firefox Android Full support 57 | Opera Android
No support
No
| Safari iOS No support No | Samsung Internet Android
No support
No
|
error | Chrome
No support
No
| Edge
No support
No
| Firefox Full support 57 | IE No support No | Opera
No support
No
| Safari No support No | WebView Android No support No | Chrome Android
No support
No
| Firefox Android Full support 57 | Opera Android
No support
No
| Safari iOS No support No | Samsung Internet Android
No support
No
|
Legend
- Full support
- Full support
- No support
- No support
- See implementation notes.
- See implementation notes.
