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
Retriving local json files with a file:// url works.
Doing get or post requests are submitted and processed on the server side. But i am not getting the body. The result header is within. Instead i receive an object starting with "result: IncomingMessage {".
I tried using the webstorm debugger but couldn't get any clues. It uses first the node_modules/xmlhttprequest-ts/bundles/xmlhttprequest-ts.umd.js but switches to XMLHttpRequest.ts at line 442 "if (this.settings.async) {" ignoring my further breakpoints.
I guess it is somehow related to the responseHandler.
Regards
nowrap
The text was updated successfully, but these errors were encountered:
Hello,
i am trying to build a mocha test for parts of an ionic 3 (angular 5) app.
I created an angular HttpClient with your XMLHttpRequest:
Retriving local json files with a file:// url works.
Doing get or post requests are submitted and processed on the server side. But i am not getting the body. The result header is within. Instead i receive an object starting with "result: IncomingMessage {".
I tried using the webstorm debugger but couldn't get any clues. It uses first the node_modules/xmlhttprequest-ts/bundles/xmlhttprequest-ts.umd.js but switches to XMLHttpRequest.ts at line 442 "if (this.settings.async) {" ignoring my further breakpoints.
I guess it is somehow related to the responseHandler.
Regards
nowrap
The text was updated successfully, but these errors were encountered: