WebIDLpedia

RTCDataChannelEventInit dictionary

Definition

WebRTC: Real-Time Communication in Browsers defines RTCDataChannelEventInit



dictionary RTCDataChannelEventInit : EventInit {
  required RTCDataChannel channel;
};

Referring IDL interfaces/dictionaries