Definition
WebRTC: Real-Time Communication in Browsers defines RTCDataChannelEvent
[Exposed=Window]
interface RTCDataChannelEvent : Event {
constructor(DOMString type, RTCDataChannelEventInit eventInitDict);
readonly attribute RTCDataChannel channel;
};