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 could be doing things wrong but… when I install v7.0.3 dist/rx.dom still has xhr.withCredentials = true; and should have xhr.withCredentials = this.withCredentials ? true : false;
The issues surrounding this issue claim v7.0.3 contains this fix but it doesn't appear to
Is it possible v7.0.3 was not published correctly?
The text was updated successfully, but these errors were encountered:
jaredatron
changed the title
v7.0.3 distribution not updated
v7.0.3 missing xhr.withCredentials fix
May 27, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I could be doing things wrong but… when I install v7.0.3
dist/rx.dom
still hasxhr.withCredentials = true;
and should havexhr.withCredentials = this.withCredentials ? true : false;
The issues surrounding this issue claim
v7.0.3
contains this fix but it doesn't appear toIs it possible
v7.0.3
was not published correctly?The text was updated successfully, but these errors were encountered: