RTCDataChannelEventInit
interface RTCDataChannelEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
channel: RTCDataChannel;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
channel: RTCDataChannel;
}
Hierarchy (View Summary)
- EventInit
- RTCDataChannelEventInit