Setproxy on browser and python environment too
Open
:construction_worker_man: internal
work in progress
- Dominant language
- TypeScript
- Stars
- 205
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
Resolve the proxy settings from electron and pass them to python process
```
mainWindow = new BrowserWindow({})
const ses = mainWindow.webContents.session;
ses.resolveProxy('url_you_need_to_achieve', (proxy) => {
// do whatever you want with proxy string, that contains proxy-setting
});
```
Contributor guide
Assessment
This issue has not been assessed yet.