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-08-15 23:07:10 +0300
committerGitHub <noreply@github.com>2019-08-15 23:07:10 +0300
commit780e9e4ebc8360315d4cafcc9a1ac7170737fd12 (patch)
tree5c6ae92f5019b92bc24443cd5ab2c79adc2dbb35 /docs/api.md
parentf008b63081f8ba58eb89b1be7a6799b13709c5d1 (diff)
doc: Remove duplicated API docs
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/api.md b/docs/api.md
index 5634b15..843e5af 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -306,14 +306,6 @@ True when all the torrent files have been downloaded.
Sum of the files length (in bytes).
-## `torrent.pieceLength`
-
-Length in bytes of all the pieces but the last one.
-
-## `torrent.lastPieceLength`
-
-Length in bytes of the last piece (<= `torrent.pieceLength`)
-
## `torrent.created`
Date of creation of the torrent (as a [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) object).