Documentation
    Preparing search index...
    • Returns Promise<
          {
              CLOSED: number;
              CLOSING: number;
              CONNECTING: number;
              OPEN: number;
              prototype: WebSocket;
              new (
                  url: string | URL,
                  protocols?: string | string[] | WebSocketInit,
              ): WebSocket;
          },
      >