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

feat: add raceWith #5303

Merged
merged 1 commit into from
Apr 29, 2020
Merged

feat: add raceWith #5303

merged 1 commit into from
Apr 29, 2020

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Feb 7, 2020

Description:

This PR adds raceWith - another operator deprecated because it had the same name as a static Observable creator.

The raceWith operator drops support for passing an array instead of using a rest parameter and spread. It's unclear why both are supported in the first place. TBH, this is something that we are going to have to sort out in the signature review: should these situations use rest parameters or arrays? This is something that can be sorted out elsewhere, but to make this consistent with the new concatWith, etc. this operator drops support for passing an array.

Related issue: None

@benlesh benlesh merged commit ca7f370 into ReactiveX:master Apr 29, 2020
@cartant cartant deleted the race-with branch September 24, 2020 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants