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 Jul 30, 2018. It is now read-only.
For some reason we seem to be having issues with IE9 at the end of its test in CI. A quick google appears to be related to throwing an error when trying to introspect XMLHttpRequest at the wrong time. I am not sure if it is something in dojo/core or something in Intern that is causing the challenge.
The text was updated successfully, but these errors were encountered:
This is an issue with request/xhr. request.abort() is called when the request times out, but the onreadystatechange callback is still fired. A guard can be added when the request is aborted to prevent this error in IE9, although I'm having a hard time coming up with a unit test for this that doesn't unnecessarily expose implementation innards.
While I agree about the unit tests at the moment, it brings up a question. Should there be an exposed public API around abort() for request? @bryanforbes any thoughts?
For some reason we seem to be having issues with IE9 at the end of its test in CI. A quick google appears to be related to throwing an error when trying to introspect XMLHttpRequest at the wrong time. I am not sure if it is something in dojo/core or something in Intern that is causing the challenge.
The text was updated successfully, but these errors were encountered: