-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop/Pause download button on the webtorrent.io website. #580
Comments
There's no way to completely pause a torrent once started right now. I don't know how it would affect the UX if you had to click or tap a button to start. I, however, would like to have a much smaller video as the demo. See webtorrent/webtorrent.io#270 |
If you remove all the "selections" from the file, then it should stop downloading. You have to destroy any var stream = torrent.files[0].createReadStream() // say I have a stream
stream.destroy() // i need to destroy it And deselect any ranges I may have selected: torrent.deselect(start, end, priority) |
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I opened the website and it started with a bang, loved the quickness, but as I couldn't find a way to stop or pause the download, I had to close the tab.
There should be a way to stop or atleast pause the download, for giving me an option to be on the website without using 129 MB of my data.
The text was updated successfully, but these errors were encountered: