Is it possible to abort the current download item?
snese opened this issue · 2 comments
snese commented
Hi,
Is it possible to abort the current download process?
I delete the downloading file the scenario downloader should stop download process but the real situation is downloader download the file anyway in the background.
Thanks, guys.
fastrde commented
now it's possible. Just fetch version 0.2.1 from npm and call downloader.abort()
. Also see updated examples in readme.
snese commented
Wow, great work!
You guys rock