RpcSendable
Structural duck-type for anything fireable via send({ abortSignal }). Satisfied by
PendingRpcRequest<TResponse>.
Type Parameters
| Type Parameter | Description |
|---|---|
TResponse | The value send() resolves to. |
Methods
send()
Parameters
| Parameter | Type |
|---|---|
options? | Readonly<{ abortSignal?: AbortSignal; }> |
Returns
Promise<TResponse>