Hi,
I am using webRequest from main.js
session.defaultSession.webRequest.onBeforeRequest(['*://*./*'], function(details, callback) {
console.log(details.url)
});
How do I use the same code in render process.
I tried with remote but don’t know how to do that exactly.