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>2014-03-26 13:07:07 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-03-26 13:07:07 +0400
commit8895ce032f481d05bba7df0ef01c40bc28bd2d53 (patch)
tree073e41554079052522439dd1dd3027303579f445 /README.md
parent725fc59732950d63088c0e698536192cba941931 (diff)
update todos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6fac8d5..edb0515 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,8 @@ Most of the active development is happening inside of smaller npm modules which
- ~~Support peer wire protocol~~
- ~~Support magnet links (fetching .torrent from network)~~
- ~~Basic UI~~
-- Fetching logic
-- Large file saving (downloading in-memory for now, later IndexedDB/FileSystem API)
+- ~~Fetching logic~~
+- ~~Large file saving (downloading in-memory for now, later IndexedDB/FileSystem API)~~
- Streaming video, options:
- HTTP stream to VLC, like peerflix
- MediaSource into `video` tag