Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / networking/src/public-api / useTimeout

Function: useTimeout()

useTimeout(ms): Middleware

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:378

Middleware that aborts the request if it does not complete within the given number of milliseconds.

Parameters

ms

number

Returns

Middleware

Released under the GNU AGPL v3 or later.