tobydeh / nativescript-download-progress

Download large files in Nativescript with progress events
Apache License 2.0
11 stars 16 forks source link

Add ability to continue interrupted downloads #9

Open yringler opened 5 years ago

yringler commented 5 years ago

It would be nice to be able to continue a download which was interrupted.

Use case: I'm writing an app which helps users listen to classes on a daily study schedule. It always tries to download a few days in advance to make sure that the classes are always available when needed. Because there is a lot of downloading going on, it's feasible that a download could be interrupted. For now, my plan is to keep track of which files were completed, and delete any uncompleted files on app start and try again, but that's a bit wasteful of system resources.