@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCDataChannelEvent")
public class RTCDataChannelEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
RTCDataChannelEvent(java.lang.String type,
RTCDataChannelEventInit eventInitDict)
The RTCDataChannelEvent() constructor creates a new RTCDataChannelEvent.
|
| Modifier and Type | Method and Description |
|---|---|
RTCDataChannel |
channel()
The read-only property RTCDataChannelEvent.channel returns the RTCDataChannel associated with the event.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic RTCDataChannelEvent(@Nonnull
java.lang.String type,
@Nonnull
RTCDataChannelEventInit eventInitDict)
@JsProperty(name="channel") @Nonnull public RTCDataChannel channel()