@exodus/test
    Preparing search index...

    Function websocketRecord

    • Records WebSocket calls and returns a WebSocket constructor

      Parameters

      • Optionaloptions: any

      Returns {
          CLOSED: 3;
          CLOSING: 2;
          CONNECTING: 0;
          OPEN: 1;
          prototype: WebSocket;
          new (url: string | URL, protocols?: string | string[]): WebSocket;
      }