Chartbreaker
    Preparing search index...

    Type Alias WhatWgWebSocket

    type WhatWgWebSocket = {
        CLOSED: number;
        CLOSING: number;
        CONNECTING: number;
        OPEN: number;
        prototype: WebSocket_2;
        new (url: string, protocols?: string | string[]): WebSocket_2;
    }
    • Parameters

      • url: string
      • Optionalprotocols: string | string[]

      Returns WebSocket_2

    Index

    Properties

    CLOSED: number
    CLOSING: number
    CONNECTING: number
    OPEN: number
    prototype: WebSocket_2