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>2019-07-06 00:55:22 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-07-06 00:55:22 +0300
commit718af55ab58b998aab864c8934d05518227667b0 (patch)
tree8e0bd4bcc7cc24c2e84ec9d1647b204b8b5961be /index.js
parent733e571a436951a8178d293cfa7315ad6bccf6b5 (diff)
standard
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 37ea705..d5077b3 100644
--- a/index.js
+++ b/index.js
@@ -153,6 +153,7 @@ class WebTorrent extends EventEmitter {
}
get downloadSpeed () { return this._downloadSpeed() }
+
get uploadSpeed () { return this._uploadSpeed() }
get progress () {