novoda / download-manager

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Apache License 2.0
483 stars 63 forks source link

deleteAll() functionality #465

Open mspmax opened 5 years ago

mspmax commented 5 years ago

Hi, First of all, thank guys for the amazing library! which has a lot of functionalities OOTB. Was Just wondering if you all have any plans to add a deleteAll() function to the DownloadManager ? if not I would like to ask this as a feature request :)

Mecharyry commented 5 years ago

Hi @mspmax! I'm very happy to hear you like the library 😄 ❤️

We don't currently have plans to add a deleteAll() but I can certainly add it to our list of features 😄 we need to do some work around delete in general so this would a good addition. I'll try and keep this ticket up to date with any progress we make towards that end.