You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I'm still having the problem with requests never returning (see the example code above). I can see the ajax request succeed in the inspector but the logEnd subscriber is never called.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, IE8 doesn't support
document.createEvent
which is used insrc/events/addeventlistenerpolyfill.js
. The last working version is 6.0.0.Second, requests via
Rx.DOM.get
never complete in IE8. Last working version for this is (ironically) 4.0.4. Here's a minimal example to demonstrate:It should print
But in IE8 with any version of RxJS-DOM later than 4.0.4 it only prints
start
.The text was updated successfully, but these errors were encountered: