softonic / axios-retry

Axios plugin that intercepts failed requests and retries them whenever possible
Other
1.9k stars 167 forks source link

Extended AxiosRequestConfig with "retryCount" property #174

Closed bennycode closed 2 years ago

bennycode commented 3 years ago

I logged axiosError.config['axios-retry'] in my code and noticed that there is a retryCount which tells me how often my request failed already.

mindhells commented 2 years ago

retryCount is not part of the config but the currentState 🤔 am I missing something?