go-astilectron
go-astilectron copied to clipboard
Callback on WindowsProxyOptions?
Hi,
I would need a callback on the WindowsProxyOptions; like this example:
win.webContents.session.setProxy({
proxyRules: `http://127.0.0.1:3333`
}, function (r) {
capWin.loadURL("https://github.com");
});
How can I do that?