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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[7.0.0]
BREAKING
A file that encountered an error doesn't return 1 for its progress anymore. Instead it will return the progress at which it stopped uploading.
If a chunk encountered an error in the upload, it is now automatically retried in the final check.
Instead of reacting to chunkError or fileError events to manually retry such chunks, you should wait for the failed event.
The failed event indicates that Resumable couldn't upload some files, even in the final check. After that you might instruct the user to retry the upload or try to perform your own retries.