Skip to content

Commit

Permalink
Document the meta field on a retrySlice
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed May 2, 2020
1 parent 493923c commit 515f42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ At which point, it would abruptly destroy other chunk connections.
### Event: 'retry'

* `retrySlice`:
* `meta`: <[boolean][]> Whether or not the error causing the retry was caused while getting the URL metadata. i.e before any streams are employed.
* `index`: <[number][]> The index count of the chunk.
* `retryCount`: <[number][]> The number of retry iterations so far.
* `maxRetries`: <[number][]> The maximum number of retries possible.
Expand Down

0 comments on commit 515f42e

Please sign in to comment.