JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Search
Help
elemental2.dom
MediaRecorderErrorEvent
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getError()
setError(DOMException)
Interface MediaRecorderErrorEvent
@JsType(isNative=true, namespace="<global>")
public interface
MediaRecorderErrorEvent
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DOMException
getError
()
void
setError
(
DOMException
error)
Method Details
getError
@JsProperty
DOMException
getError
()
setError
@JsProperty
void
setError
(
DOMException
error)