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:
authorDiego Rodríguez B <DiegoRBaquero@users.noreply.github.com>2015-12-03 00:54:04 +0300
committerDiego Rodríguez B <DiegoRBaquero@users.noreply.github.com>2015-12-03 00:54:04 +0300
commita3185b9c7ad72237e5cb6dc2a15ef989954e0d7b (patch)
treea0fedbb2b8b26c6b71fc8a1f2335ac2505a8d5d3 /README.md
parent46487f5a79d3c4f72225f233fe44ebed39081a16 (diff)
Update README (Fix #495)
The path to file/folder only works in Node.js
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a277900..0f597a2 100644
--- a/README.md
+++ b/README.md
@@ -273,7 +273,7 @@ Start seeding a new torrent.
`input` can be any of the following:
-- path to the file or folder on filesystem (string)
+- 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](http://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.org/package/buffer))