Definition
WebRTC: Real-Time Communication in Browsers defines RTCDataChannelEventInit
dictionary RTCDataChannelEventInit : EventInit {
required RTCDataChannel channel;
};
RTCDataChannelEventInit
dictionaryWebRTC: Real-Time Communication in Browsers defines RTCDataChannelEventInit
dictionary RTCDataChannelEventInit : EventInit {
required RTCDataChannel channel;
};