Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-19 08:11:05 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-19 08:11:05 +0300
commit47fcd1ff390930e01ee3c5f23cc7286b6d51856d (patch)
tree5e2bb075b2b17de014d67e245e0acf19d12ba5ee /docs/api.md
parent3ff3c944482e8ea698ba531844270b42226e1bb5 (diff)
readme
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index f289227..9ca5760 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -72,7 +72,7 @@ Start seeding a new torrent.
- path to the file or folder on filesystem (string) (Node.js only)
- W3C [File](https://developer.mozilla.org/en-US/docs/Web/API/File) object (from an `<input>` or drag and drop)
- W3C [FileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList) object (basically an array of `File` objects)
-- Node [Buffer](https://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.com/package/buffer))
+- Node [Buffer](https://nodejs.org/api/buffer.html) object
- Node [Readable stream](https://nodejs.org/api/stream.html#stream_class_stream_readable) object
Or, an **array of `string`, `File`, `Buffer`, or `stream.Readable` objects**.