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 was archived by the owner on Apr 12, 2024. It is now read-only.
At this point, this is the output of the console.log( response ) :
On the response object, I have the data object, as expected, but I also have this resource : Resource object which also includes the response data again.
But, if I dont use a interceptor at all; Im getting the expected response :
I dont understand this behavior and Im concern about perform or memory issues.
Can somebody clarify this ?
PS: I need to use interceptors, because I have to modify the response from server.