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

added Buffer and stream.Readable for client.seed #680

Merged
merged 2 commits into from Mar 16, 2016
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

Update README.md

  • Loading branch information
MikeKovarik committed Mar 16, 2016
commit c111c626c0ee0b5b69ea6380cbd0644057526bd5
@@ -328,7 +328,7 @@ Start seeding a new torrent.
- Node [Buffer](https://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.com/package/buffer)) (must set a `name` property on it)
- Node [stream.Readable](http://nodejs.org/api/stream.html) object (must set `name` and `opt.pieceLength` properties on it)
Or, an **array of `string`, `File`, or `Buffer` objects**.
Or, an **array of `string`, `File`, `Buffer`, or `stream.Readable` objects**.
If `opts` is specified, it should contain the following types of options:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.