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-02-23 04:21:12 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-23 04:21:12 +0400
commit72fbf37d0510ac5e8fe34cb6eff6508cea54109c (patch)
tree29ac15478d1b5824a2d750ee2f8acc8e9d62cf1a /index.js
parent0b3be2cb0f2396c8235baa38879d7cb8e56acfe0 (diff)
add todos
Diffstat (limited to 'index.js')
-rw-r--r--index.js16
1 files changed, 15 insertions, 1 deletions
diff --git a/index.js b/index.js
index afed7e1..c626bf8 100644
--- a/index.js
+++ b/index.js
@@ -12,8 +12,22 @@ if (window.name === 'app') {
new TorrentManager()
}
+// "file_handlers": {
+// "torrent": {
+// "types": [
+// "application/x-bittorrent"
+// ],
+// "title": "WebTorrent (BitTorrent client)"
+// }
+// },
+// navigator.registerProtocolHandler('web+mystuff', 'http://example.com/rph?q=%s', 'My App')
+// TODO: if ESC and fullscreen, exit fullscreen
+// chrome.runtime.onSuspend.addListener(function() {
+// // Do some simple clean-up tasks.
+// })
-
+// TODO: online/offline status
+// https://developer.mozilla.org/en-US/docs/Online_and_offline_events