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 Jun 1, 2021. It is now read-only.
Utils.logError(options.logger,"An error occured while parsing: "+xhr.responseText);
Utils.send(sink,newB.Error(e));
}
}
};
)
My use-case requires me to get the response headers. I can update the abovementioned code to return xhr object directly but this would not be backwards compatible. Any thoughts?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the callback in:
will only receive the response body from the backend (
wadl-client/wadl-client.js
Lines 142 to 160 in 04c2de0
My use-case requires me to get the response headers. I can update the abovementioned code to return xhr object directly but this would not be backwards compatible. Any thoughts?
The text was updated successfully, but these errors were encountered: