W3cubDocs

/DOM

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.

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 compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support No
No
Uses a generic event with an error property.
No 57 No No
No
Uses a generic event with an error property.
No
MediaRecorderErrorEvent() constructor No
No
Uses a generic event with an error property.
No 57 No No
No
Uses a generic event with an error property.
No
error No
No
Uses a generic event with an error property.
No 57 No No
No
Uses a generic event with an error property.
No
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support No No
No
Uses a generic event with an error property.
No 57 No
No
Uses a generic event with an error property.
No No
MediaRecorderErrorEvent() constructor No No
No
Uses a generic event with an error property.
No 57 No
No
Uses a generic event with an error property.
No No
error No No
No
Uses a generic event with an error property.
No 57 No
No
Uses a generic event with an error property.
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