softonic / axios-retry

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

feat: onRetry support for async function #247

Closed yutak23 closed 1 year ago

yutak23 commented 1 year ago

This PR solves the https://github.com/softonic/axios-retry/issues/236.

Since await is simply ignored for synchronous functions, this change should not affect existing functionality.

Added test to verify that onRetry works as expected even when it returns a promise.

mindhells commented 1 year ago

It would be nice to update the docs of this function and maybe mention the use case mentioned in #236. WDYT?

yutak23 commented 1 year ago

It would be nice to update the docs of this function and maybe mention the use case mentioned in #236. WDYT?

Thank you for your comment. I have updated the RAEDME.

mindhells commented 1 year ago

thanks a lot!

mindhells commented 1 year ago

published as 3.8.1