RTCDataChannelEventInit constructor

RTCDataChannelEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required RTCDataChannel channel,
})

Implementation

external factory RTCDataChannelEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  required RTCDataChannel channel,
});