Interface RTCDataChannelEventInit

    interface RTCDataChannelEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        channel: RTCDataChannel;
        composed?: boolean;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean