Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/provider / / RequestTimeout
Interface: RequestTimeout
Defined in: packages/provider/src/request-timeout.ts:18
Stable
Handle returned by createRequestTimeout.
Properties
Methods
clear()
ts
clear(): void;Defined in: packages/provider/src/request-timeout.ts:37
Cancel the deadline. Idempotent. Adapters call this the moment the call starts producing output (first stream event) and again in a finally so a completed call never leaks a timer.
Returns
void