go-astilectron icon indicating copy to clipboard operation
go-astilectron copied to clipboard

Callback on WindowsProxyOptions?

Open p4rkrs opened this issue 5 years ago • 0 comments

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?

p4rkrs avatar May 03 '20 13:05 p4rkrs