| Modifier and Type | Method and Description |
|---|---|
default RTCErrorEventInit |
bubbles(boolean bubbles) |
default RTCErrorEventInit |
cancelable(boolean cancelable) |
default RTCErrorEventInit |
composed(boolean composed) |
static RTCErrorEventInit |
create(RTCError error) |
RTCError |
error() |
default RTCErrorEventInit |
error(RTCError error) |
void |
setError(RTCError error) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static RTCErrorEventInit create(@Nonnull RTCError error)
@JsProperty(name="error") @Nonnull RTCError error()
@JsProperty
void setError(@Nonnull
RTCError error)
@JsOverlay @Nonnull default RTCErrorEventInit error(@Nonnull RTCError error)
@JsOverlay @Nonnull default RTCErrorEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default RTCErrorEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default RTCErrorEventInit composed(boolean composed)