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
IE MXHR object does not allow reading the response until the request is closed. Stream.js throws an exception on IE (<= 8 I believe) with MXHR.
Stream.js claims that it validates appropriate MXHR objects that support reading the response body before the request is complete, but I am unable to make it work without throwing an exception on IE8.
To reproduce: try using Hippie on IE8 with script debugging enabled.
The text was updated successfully, but these errors were encountered:
IE MXHR object does not allow reading the response until the request is closed. Stream.js throws an exception on IE (<= 8 I believe) with MXHR.
Stream.js claims that it validates appropriate MXHR objects that support reading the response body before the request is complete, but I am unable to make it work without throwing an exception on IE8.
To reproduce: try using Hippie on IE8 with script debugging enabled.
The text was updated successfully, but these errors were encountered: