Feross Aboukhadijeh
Feross Aboukhadijeh
Heard from someone on IRC that after calling `file.deselect` on a file, it still gets fully downloaded.
> Universal Plug and Play (UPnP) is a set of networking protocols that permits networked devices, such as personal computers, printers, Internet gateways, Wi-Fi access points and mobile devices to...
We use more RAM than we need to for a large files which are downloading quickly because we keep pieces in memory until they're fully downloaded at which point we...
**What version of this package are you using?** Latest. Bug on Wormhole. **What operating system, Node.js, and npm version?** Latest Chrome. **What happened?** **What did you expect to happen?** Should...
To support a Chrome App build for the Brave Browser WebTorrent extension, I added replacements for the Node Builtins that work in a Chrome App environment. For example, `net` is...
**What happened?** User is reporting that WebTorrent doesn't automatically resume downloading when the internet connection is temporarily lost: https://twitter.com/LuisNil22/status/1270756743988031497 **What did you expect to happen?** I expected it to automatically...
This should be really simple using dht.toArray(), as described here: https://github.com/feross/bittorrent-dht#arr--dhttoarray
Currently, when webtorrent is used in the browser, it stores files entirely in memory. We need a solution that uses disk whenever possible, to prevent excessive memory usage and tab...
`webtorrent-hybrid` and the `global.WEBTORRENT_ANNOUNCE` is kind of a hack. The whole reason I created `webtorrent-hybrid` was that installing the WebRTC in Node.js package (`wrtc`) used to cause lots of install...