Closed
Description
Hello,
When I make a request I don't see it in the developer tools. I can see the request only when it's made with jquery or native xmlhttprequest.
I've binded console.log on the 'end' event and I can see that node-webkit is actually doing the request and it's returning me a correct response. But doing these "blind requests" is very hard. May be i'm missing something? How can i debug native node http requests without console.log'ing them.
Thank you.