maintain api compatibility

This commit is contained in:
Robo 2016-01-11 12:24:01 +05:30
parent be50ca2653
commit 8557cd223c
2 changed files with 20 additions and 4 deletions

View file

@ -186,6 +186,9 @@ Clears the data of web storages.
* `proxyRules` String - Rules indicating which proxies to use.
* `callback` Function - Called when operation is done.
When `pacScript` and `proxyRules` are provided together, the `proxyRules`
option is ignored and `pacScript` configuration is applied.
```
proxyRules = scheme-proxies[";"<scheme-proxies>]
scheme-proxies = [<url-scheme>"="]<proxy-uri-list>