Skip to content

Fix rejecting rxjs Observables created from other window contexts #210

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

Merged
merged 2 commits into from
Mar 6, 2018

Conversation

Georift
Copy link
Contributor

@Georift Georift commented Jan 18, 2018

Changes the instanceof check for rxjs to a duck-typing isObservable
method to fix mistakenly rejecting Observables from other contexts.

Window context issue: ReactiveX/rxjs#2628

Checklist:

  • If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
  • Make sure all changes are documented in CHANGESLOG.md and README.md

I didn't want to bump the version number so I listed the fix under unreleased.

Changes the instanceof check for rxjs to a duck-typing isObservable
method to fix mistakenly rejecting Observables from other contexts.

Window context issue: ReactiveX/rxjs#2628
@Georift Georift force-pushed the window-context-fix branch from 2e6e23f to d2d81ce Compare January 18, 2018 02:43
@eitanfr eitanfr merged commit 4a39bbb into articodeltd:master Mar 6, 2018
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