Skip to content
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

Until it is fixed, let notify webtorrent user #1012

Merged
merged 2 commits into from Jan 11, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

docs: clarify wording

  • Loading branch information
feross committed Jan 11, 2017
commit f2994442e43cf725989a9f1be78f152b7fd981d4
@@ -165,7 +165,7 @@ Always listen for the 'error' event.
Remove a torrent from the client. Destroy all connections to peers and delete all saved
file data. If `callback` is specified, it will be called when file data is removed.

*Note: This feature is currently not delete torrent data ```/tmp/webtorrent/...``` (see client.add options), until it is implement, please implement it yourself (recommend using rimraf npm package).
*Note: This method does not currently delete torrent data (in e.g. `/tmp/webtorrent/...`, see the `path` option to `client.add`). Until this is fixed, please implement it yourself (consider using the `rimraf` npm package).
## `client.destroy([function callback (err) {}])`
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.