Interface RTCDataChannelEventInit
interface RTCDataChannelEventInit {
bubbles?: boolean;
cancelable?: boolean;
channel: RTCDataChannel;
composed?: boolean;
}
bubbles?: boolean;
cancelable?: boolean;
channel: RTCDataChannel;
composed?: boolean;
}
                 
                    
                  Hierarchy
              
              - EventInit- RTCDataChannelEventInit (View Summary)