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 26, 2024. It is now read-only.
I don't know if it works with crossdomain requests but it does not work non crossdomain requests (it triggers the onerror event and there seems to be no possibility to know why except guessing). Therefore, I didn't bother to try with crossdomain requests.
I know that setting the onprogress event if required for IE9 (otherwise, no other events will be triggered). I am in the blue for everything else.
Hi!
When doing cross-domain requests, IE8 and IE9 require to use XDomainRequest instead of XMLHttpRequest.
The text was updated successfully, but these errors were encountered: