diff --git a/README.md b/README.md index 280bb82..3d63565 100644 --- a/README.md +++ b/README.md @@ -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.