Preparing search index...
The search index is not available
resilient-fetch-client
resilient-fetch-client
createFetchClient
Function createFetchClient
Create a new fetch client, providing configuration for resilience and caching behaviour.
Param: options
Returns
create
Fetch
Client
(
options
)
:
Promise
<
FetchClientCaching
>
Parameters
options
:
{
cache
:
ClientCacheOptions
;
}
&
FetchClientOptions
Returns
Promise
<
FetchClientCaching
>
create
Fetch
Client
(
options
?
)
:
Promise
<
FetchClient
>
Parameters
Optional
options
:
FetchClientOptions
Returns
Promise
<
FetchClient
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
resilient-fetch-client
Loading...
Create a new fetch client, providing configuration for resilience and caching behaviour.
Param: options
Returns