electron-webpack
electron-webpack copied to clipboard
How to see the XHR (HTTP) requests in the Devtools (Network tab)
- Version: 2.8.2
Sorry, this is my second question today already. But this is my last (and now only) issue.
Previously, with my own setup, the XHR requests were being logged in the Network Activity tab during the debug of my Electron App. However, since I am using electron-webpack, they don't appear at all. Is there something I am missing, or should add?
I don't think it changes anything, but I am using SuperAgent and my requests are being run against localhost. I am also getting this error, but I don't think it's related:
[32963:0513/003921.443919:ERROR:CONSOLE(131)] "Extension server error: Object not found:
", source: devtools://devtools/bundled/extensions/ExtensionServer.js (131)
Thanks a lot for your insights :)