vot.js - v2.4.12
    Preparing search index...

    Interface RTCDataChannelEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

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