Home > @holochain/client > WsClient > request
Send requests to the connected websocket.
Signature:
request<Response>(request: unknown): Promise<Response>;
Parameter |
Type |
Description |
---|---|---|
request |
unknown |
The request to send over the websocket. |
Promise<Response>