Firefox Tomorrow

web api interface

MediaRecorderErrorEvent

View on MDN ↗

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.

Constructor

  • MediaStreamRecorderEvent() Deprecated
    • : Creates and returns a new MediaRecorderErrorEvent event object with the given parameters.

Instance properties

Inherits properties from its parent interface, Event.

  • error Read only Deprecated
    • : A DOMException containing information about the error that occurred.

Instance methods

Inherits methods from its parent interface, Event.

Specifications

This feature is no longer part of any specification.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.