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
When making my actual API requests to my backend server (Rails), the xhr has the response key, which is the parsed data. However the FakeXMLHttpRequest (I'm using pretender) does not have it. I originally was using the responseText property and parsing it myself, but the responses from my server don't have it.
My guess is this might also have something to do with my client xhr library (I'm using rxjs5).
But I think it makes sense to have the parsed response attribute (especially since I need it ;) ).
Hoping you'll accept a PR, gonna try and get it out tonight
The text was updated successfully, but these errors were encountered:
When making my actual API requests to my backend server (Rails), the xhr has the
response
key, which is the parsed data. However theFakeXMLHttpRequest
(I'm using pretender) does not have it. I originally was using theresponseText
property and parsing it myself, but the responses from my server don't have it.My guess is this might also have something to do with my client
xhr
library (I'm usingrxjs5
).But I think it makes sense to have the parsed response attribute (especially since I need it ;) ).
Hoping you'll accept a PR, gonna try and get it out tonight
The text was updated successfully, but these errors were encountered: