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 am observing the following behavior on a particular (unreliable) network. progress gets executed a few times before the download fails. However, instead of the error event being called, the end event is called:
I then verify that the file size is a small fraction of the total download. Notice how the log line "Error downloading" never gets displayed and instead see Success (i.e. 'end' event).
The text was updated successfully, but these errors were encountered:
I am observing the following behavior on a particular (unreliable) network. progress gets executed a few times before the download fails. However, instead of the
error
event being called, theend
event is called:Here I see :
I then verify that the file size is a small fraction of the total download. Notice how the log line "Error downloading" never gets displayed and instead see Success (i.e. 'end' event).
The text was updated successfully, but these errors were encountered: