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

fix(fromObservable): expand compatibility for iterating string source #1165

Closed
wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Jan 12, 2016

closes #1147

This PR enables utilization of StringIterator implementation in current codebase. While IteratorObservable already have those mechanism in place, it was not able to be executed in fromObservable by not allowing create IteratorObservable via string type source.

With this PR, string based source will create IteratorObservable either string has built in iterator or not.

@benlesh
Copy link
Member

benlesh commented Jan 13, 2016

Nice and easy fix! :)

merged with 8f7924f, thanks @kwonoj

@benlesh benlesh closed this Jan 13, 2016
@kwonoj kwonoj deleted the from-stringiterator branch January 13, 2016 02:45
@kwonoj
Copy link
Member Author

kwonoj commented Jan 13, 2016

:)

@lock
Copy link

lock bot commented Jun 7, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Observable.from('string') browser compatibility
2 participants