dom / latest / mediarecordererrorevent.html /

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.

Event MediaRecorderErrorEvent

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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
MediaRecorderErrorEvent
No
No
57
No
No
14
No
No
57
No
14
No
MediaRecorderErrorEvent
No
No
57
No
No
14
No
No
57
No
14
No
error
No
No
57
No
No
14
No
No
57
No
14
No

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorderErrorEvent