I have an application that opens various websites in separate electron windows. I need to parse any AJAX request the sites make, in the main thread. Basically access the information that would be shown in the chrome network tab of the dev tools.
I think I can use the window.webContents
here but can't seem to find the right function in the documentation.