W3cubDocs

/Haxe JavaScript

MediaRecorderErrorEvent

package js.html

extends Event

Available on js

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.

Documentation MediaRecorderErrorEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Constructor

new(type:String, eventInitDict:MediaRecorderErrorEventInit)

Throws:

null

DOMError

Variables

read onlyerror:DOMException

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MediaRecorderErrorEvent.html