Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upStop/Pause download button on the webtorrent.io website. #580
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
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 #530 |
This comment has been minimized.
This comment has been minimized.
|
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 itAnd deselect any ranges I may have selected: torrent.deselect(start, end, priority) |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.