Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 723 Bytes

client.wsclient.request.md

File metadata and controls

54 lines (26 loc) · 723 Bytes

Home > @holochain/client > WsClient > request

WsClient.request() method

Send requests to the connected websocket.

Signature:

request<Response>(request: unknown): Promise<Response>;

Parameters

Parameter

Type

Description

request

unknown

The request to send over the websocket.

**Returns:**

Promise<Response>