downzip
downzip copied to clipboard
Ability to interrupt a download?
Hey there, first of all, thanks for making this library available 🙏
I have been using it for some time and notice that when a large zip download is started, it seems that it cannot stop?
- If I close the tab and open the app in another tab, and I see the files continuing to be downloaded in the network tab.
- Simply interrupting the download in Google Chrome does not stop the fetching either
Is there a way to:
- Stop the download automatically under some circumstances (user cancelled download)
- Stop the download programmatically (calling a method or sending a message to the worker?)