@finos/perspective
    Preparing search index...
    • Parameters

      • WebSocket: {
            CLOSED: 3;
            CLOSING: 2;
            CONNECTING: 0;
            OPEN: 1;
            prototype: WebSocket;
            new (url: string | URL, protocols?: string | string[]): WebSocket;
        }
      • Client: typeof Client
      • url: string | URL
      • Optionaloptions: { maxPayload: number }

      Returns Promise<Client>