Tsarr Documentation - v2.11.0
Preparing search index...
index
createResilientFetch
Function createResilientFetch
createResilientFetch
(
options
?:
ResilientFetchOptions
)
:
typeof
fetch
Creates a fetch function with timeout and retry support.
Timeout uses AbortController to cancel requests that exceed the limit.
Retry uses exponential backoff with jitter for transient failures (network errors and 408/429/502/503/504 status codes).
Parameters
options
:
ResilientFetchOptions
= {}
Returns
typeof
fetch
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Tsarr Documentation - v2.11.0
Loading...
Creates a fetch function with timeout and retry support.