ofetch
ofetch copied to clipboard
feat: retry for 202 status code
Describe the feature
We can specify a custom set of error codes for calling retry in retryStatusCodes, but this will work only if error occurs. There is a case when api may return 202 status code and it would be good idea to call retry for this.
Additional information
- [ ] Would you be willing to help implement this feature?
I'm also interested in this.