softonic / axios-retry

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

Fix the type definition of exponentialDelay #226

Closed shinmili closed 1 year ago

shinmili commented 1 year ago

In #208 the type definition is not updated, so we cannot use delayFactor from TypeScript (without explicit casting). This PR will fix this issue.

Leka74 commented 1 year ago

Would be nice if this could get merged.

dorianneto commented 1 year ago

+1

mindhells commented 1 year ago

released in 3.5.1

shinmili commented 1 year ago

@mindhells Thanks!