WebIDLpedia

RTCDataChannelEvent interface

Definition

WebRTC: Real-Time Communication in Browsers defines RTCDataChannelEvent



[Exposed=Window]
interface RTCDataChannelEvent : Event {
  constructor(DOMString type, RTCDataChannelEventInit eventInitDict);
  readonly attribute RTCDataChannel channel;
};

Methods and attributes that return objects implementing RTCDataChannelEvent