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
After window.XMLHttpRequest is replaced by the FakeXMLHttpRequest, accessing the readyState constants returns undefined (e.g. XMLHttpRequest.DONE => undefined).
It is available on the instances of XMLHttpRequest, or on FakeXMLHttpRequest, but any code that relies on XMLHttpRequest.DONE will be broken.
The text was updated successfully, but these errors were encountered:
After
window.XMLHttpRequest
is replaced by the FakeXMLHttpRequest, accessing thereadyState
constants returns undefined (e.g.XMLHttpRequest.DONE
=>undefined
).It is available on the instances of
XMLHttpRequest
, or onFakeXMLHttpRequest
, but any code that relies onXMLHttpRequest.DONE
will be broken.The text was updated successfully, but these errors were encountered: