|
|
|
|
|
by Jugurtha
1879 days ago
|
|
I'm not sure, but I think it's about resumable downloads and handling downloading errors. I practically never download anything large through a browser: I get the link and then use `wget -c` to make sure I get the file, automatically retries when connection is lost and re-established, etc, instead of waiting a long time and then checking the download in the browser and find out it failed a few minutes after it started for whatever reason. If it's a couple of megabytes, I use the browser. I don't trust the browser with larger downloads. The "app downloader" may be doing similar things. |
|
https://gist.github.com/milesrichardson/ca0d2b25baa8a0374910...