| Modifier and Type | Method and Description |
|---|---|
default RTCDataChannelEventInit |
bubbles(boolean bubbles) |
default RTCDataChannelEventInit |
cancelable(boolean cancelable) |
RTCDataChannel |
channel() |
default RTCDataChannelEventInit |
channel(RTCDataChannel channel) |
default RTCDataChannelEventInit |
composed(boolean composed) |
static RTCDataChannelEventInit |
create(RTCDataChannel channel) |
void |
setChannel(RTCDataChannel channel) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static RTCDataChannelEventInit create(@Nonnull RTCDataChannel channel)
@JsProperty(name="channel") @Nonnull RTCDataChannel channel()
@JsProperty
void setChannel(@Nonnull
RTCDataChannel channel)
@JsOverlay @Nonnull default RTCDataChannelEventInit channel(@Nonnull RTCDataChannel channel)
@JsOverlay @Nonnull default RTCDataChannelEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default RTCDataChannelEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default RTCDataChannelEventInit composed(boolean composed)