Utils
FetchRetryFunc
Called prior to each retry; return true to retry, false to abort.
Parameters
Parameter | Type |
---|---|
req | FetchRequest |
resp | FetchResponse |
attempt | number |
Returns
Promise
<boolean
>
Source
Was this page helpful?
Called prior to each retry; return true to retry, false to abort.
Parameter | Type |
---|---|
req | FetchRequest |
resp | FetchResponse |
attempt | number |
Promise
<boolean
>
Was this page helpful?