Unregisters a Proxy Auto-Configuration (PAC) file. that was registered by an earlier call to proxy.register()
.
This is an asynchronous function that returns a Promise
.
Syntax
var unregistering = browser.proxy.unregister()
Parameters
None.
Return value
A Promise
that will be fulfilled with no arguments when the PAC file has been unregistered.
Browser compatibility
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Chrome | Edge | Firefox | Firefox for Android | Opera | |
---|---|---|---|---|---|
Basic support | No | No | 56 | 56 | No |
Examples
browser.proxy.unregister();
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.