RSS Git Download  Clone
Raw View History
Blames found: 11 Mode: javascript Binary: false


Hang on, we reloading big blames...
const { remote } = require('electron')
const loadProxy = async () => {
//console.log('load proxy'); const webview = global.p3x.onenote.webview;
// const session = webview.getWebContents().session; const session = remote.webContents.fromId(webview.getWebContentsId()).session
const proxy = global.p3x.onenote.data.proxy.trim();
await session.setProxy({
proxyRules: proxy })
webview.reload();
}
module.exports = loadProxy;