8054bac046
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
260 B
260 B
sidebar_label |
---|
BrowserContextOptions.proxyBypassList |
BrowserContextOptions.proxyBypassList property
Bypass the proxy for the given list of hosts.
Signature:
interface BrowserContextOptions {
proxyBypassList?: string[];
}