提交 f2165735 编写于 作者: J Joao Moreno

update electron ProxyConfig type

上级 f8b3d192
......@@ -3370,15 +3370,15 @@ declare namespace Electron {
/**
* The URL associated with the PAC file.
*/
pacScript: string;
pacScript?: string;
/**
* Rules indicating which proxies to use.
*/
proxyRules: string;
proxyRules?: string;
/**
* Rules indicating which URLs should bypass the proxy settings.
*/
proxyBypassRules: string;
proxyBypassRules?: string;
}
interface NetworkEmulationOptions {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册