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 would like our users to allow cancelling file downloads. We download a lot of files in batches in a queue and currently the UX is not very good because the running batches of files in background block the WebView rendering in Android. The user must wait for all files in the batch to be download.
Platform(s)
iOS
Android
Web
Preferred Solution
Use AbortController to allow cancellation per Spec.