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
In my implementation I use the response property of XMLHttpRequest because this is more convenient when you are expecting a response in Json format.
I looked at your source code, and it's obvious why this is not working for me. Would you like me to submit a pull request to mock responseType and response properties?
The text was updated successfully, but these errors were encountered:
In my implementation I use the
response
property ofXMLHttpRequest
because this is more convenient when you are expecting a response in Json format.I looked at your source code, and it's obvious why this is not working for me. Would you like me to submit a pull request to mock
responseType
andresponse
properties?The text was updated successfully, but these errors were encountered: