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 upDoes torrent.addPeer(addr) work in the browser? #687
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Yes, but you can only use it for WebRTC peers in the browser. Normally, you don't need to call Docs are updated now: https://github.com/feross/webtorrent/blob/master/docs/api.md#torrentaddpeerpeer |
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.
Does this function work in the browser?
If yes, please give at least one concrete example how to use it in the browser?
When does it work?
How should addr be encoded?