There is No Description about 'RetryConfig' on Document #7023
gloomydumber
started this conversation in
Report issues other than bug
Replies: 2 comments
-
whats missing is: retry({ count: 3, delay: 1000 }) // would retry 3 times and wait 1000 msec between the retrials |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is fixed in #6943 and it's now published to the official docs. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your contribution.
I found there is no description about
RetryConfig
on documentation (rxjs.dev/RetryConfig)That page is linked from
retry
function and operator's documentation on parameters section (retry)Beta Was this translation helpful? Give feedback.
All reactions