Package elemental2.dom
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 Detail
-
getError
@JsProperty DOMException getError()
-
setError
@JsProperty void setError(DOMException error)
-
-