@yesstudio/nuxt-composables
    Preparing search index...

    Interface RTCDataChannelEventInit

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

    Hierarchy

    • EventInit
      • RTCDataChannelEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    channel: RTCDataChannel
    composed?: boolean