Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Target.CreateBrowserContextRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CreateBrowserContextRequest } = Protocol.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