You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can throttleAdapterEnhancer be configed for single endpoint like cacheAdapterEnhancer does?
Declare a config for AxiosRequestConfig and override the options passed in for adapter entrance.
So it can be used more flexible.
myAxios.get('/endpoint',{threshold: 250})
The text was updated successfully, but these errors were encountered:
Can
throttleAdapterEnhancer
be configed for single endpoint likecacheAdapterEnhancer
does?Declare a config for
AxiosRequestConfig
and override the options passed in for adapter entrance.So it can be used more flexible.
The text was updated successfully, but these errors were encountered: