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 compatibility

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.

© 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