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
There are situations when we need to retry the request based on the special code returned by the API.
I suggest adding support for a callback for retry option, which is a function that takes a fetch context object and count of retries and returns a boolean (true if the request needs to be retried):
Describe the feature
There are situations when we need to retry the request based on the special code returned by the API.
I suggest adding support for a callback for
retry
option, which is a function that takes a fetch context object and count of retries and returns a boolean (true
if the request needs to be retried):Additional information
The text was updated successfully, but these errors were encountered: