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 has been archived by the owner on Mar 1, 2024. It is now read-only.
Superagent's request's end function calls a callback with error and result parameters. Error is not null when http response is not a 200 (OK) response. In this case, ajaxProxy calls its callback by passing only error parameter. Maybe there are cases we have to pass the body/result of the response also (when server is giving detailed information in the body with response codes differing from 200).
This issue needs further discussions with developers of superdata.
The text was updated successfully, but these errors were encountered:
Superagent's request's end function calls a callback with error and result parameters. Error is not null when http response is not a 200 (OK) response. In this case, ajaxProxy calls its callback by passing only error parameter. Maybe there are cases we have to pass the body/result of the response also (when server is giving detailed information in the body with response codes differing from 200).
This issue needs further discussions with developers of superdata.
The text was updated successfully, but these errors were encountered: