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
Dajaxice modifies the XMLHttpRequest object, which makes it impossible to reach the onload event when requesting an arraybuffer.
I managed to save the original XMLHttpRequest object into a variable (for example window.OriginalXmlHttpRequest = XmlHttpRequest) before loading dajaxice, and then use my variable to de the request.
Dajaxice modifies the XMLHttpRequest object, which makes it impossible to reach the onload event when requesting an arraybuffer.
I managed to save the original XMLHttpRequest object into a variable (for example
window.OriginalXmlHttpRequest = XmlHttpRequest
) before loading dajaxice, and then use my variable to de the request.http://stackoverflow.com/questions/27103875/xmlhttprequest-emits-onreadystatechange-but-not-onload-event-using-dajaxice
The text was updated successfully, but these errors were encountered: