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:
new(type:String, eventInitDict:MediaRecorderErrorEventInit)Throws:
null |
DOMError |
|---|
read onlyerror:DOMExceptionA 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