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
I disconnect the internet connection by turning off wifi when fetch downloads the file. I expected fetch to throw an exception but it didn't. Is it a bug?
The text was updated successfully, but these errors were encountered:
Fetch does not throw exceptions when the network disconnects. If configured correctly, it will gracefully retry the download. If not configure to retry, the downloads will fail and you will get the reason on a listener callback.
I disconnect the internet connection by turning off wifi when fetch downloads the file. I expected fetch to throw an exception but it didn't. Is it a bug?
The text was updated successfully, but these errors were encountered: