-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Need to identify operators that don't support Promises and Should #1246
Comments
I also noticed this while updating the documentation for operators at reactivex.io. I went through the operators and identified these:
|
This was referenced Mar 17, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Mar 19, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Mar 21, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Mar 23, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Mar 27, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Mar 28, 2016
kwonoj
added a commit
to kwonoj/rxjs
that referenced
this issue
Apr 1, 2016
kwonoj
added a commit
that referenced
this issue
Apr 6, 2016
I believe we've already gone through and done all of this. Closing for now. We can open new issues on a per-operator basis. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As noted in #1245, there are probably many operators that take functions that return Observables, and should support returning Promises, Arrays, or "observablesque" objects.
I'd greatly appreciate anyone with free time to comb the operators and identify the ones that are missing this feature. Then we can list them out here and create new, separate issues for each one of them.
The text was updated successfully, but these errors were encountered: