Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(timeoutWith): fix rendering docs #6858

Merged
merged 1 commit into from Mar 8, 2022

Conversation

jakovljevic-mladen
Copy link
Member

Description:
Please check the related issue for more info. This is how the page looks like with this fix (sorry for the large image):

image

Related issue (if exists):
#6660

Comment on lines -7 to -13
* If the time of the Date object passed arrives before the first value arrives from the source, it will unsubscribe
* from the source and switch the subscription to another observable.
*
* <span class="informal">Use to switch to a different observable if the first value doesn't arrive by a specific time</span>
*
* Can be used to set a timeout only for the first value, however it's recommended to use the {@link timeout} operator with
* the `first` configuration to get that effect.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved here.

*/
export function timeoutWith<T, R>(waitFor: number, switchTo: ObservableInput<R>, scheduler?: SchedulerLike): OperatorFunction<T, T | R>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved here.

@benlesh benlesh added 7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x labels Mar 8, 2022
@benlesh benlesh merged commit 1ed57c6 into ReactiveX:master Mar 8, 2022
@jakovljevic-mladen jakovljevic-mladen deleted the fix_timeoutWith_docs branch March 8, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants