Skip to content

Documentation / @super-line/client / CallOptions

Interface: CallOptions

Defined in: packages/client/src/index.ts:28

Per-call options for a request.

Properties

signal?

optional signal?: AbortSignal

Defined in: packages/client/src/index.ts:32

Abort the request; rejects with a BAD_REQUEST SocketError.


timeoutMs?

optional timeoutMs?: number

Defined in: packages/client/src/index.ts:30

Override the default request timeout (ms). 0 disables the timeout.

Released under the MIT License.