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