Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Target.CreateBrowserContextRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CreateBrowserContextRequest } = default.Target;

Properties

optional
disposeOnDetach: boolean

If specified, disposes this context when debugging session disconnects.

optional
proxyServer: string

Proxy server, similar to the one passed to --proxy-server

optional
proxyBypassList: string

Proxy bypass list, similar to the one passed to --proxy-bypass-list