Skip to content

RequestOptions

RequestOptions = object

Defined in: packages/postal/src/channel.ts:154

Options for channel.request().

optional timeout: number

Defined in: packages/postal/src/channel.ts:160

Timeout in milliseconds. Defaults to 5000. Set to 0 to disable the timeout entirely (the request will wait indefinitely until a handler responds or the channel is disposed).