Interface RTCDataChannelEventInit
interface RTCDataChannelEventInit {
bubbles?: boolean;
cancelable?: boolean;
channel: RTCDataChannel;
composed?: boolean;
}
bubbles?: boolean;
cancelable?: boolean;
channel: RTCDataChannel;
composed?: boolean;
}
Hierarchy (View Summary)
- EventInit
- RTCDataChannelEventInit
Index
Properties
Was this helpful?