puppeteer/new-docs/puppeteer.protocol.target.createbrowsercontextrequest.md
2020-07-13 14:01:35 +01:00

19 lines
732 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Target](./puppeteer.protocol.target.md) &gt; [CreateBrowserContextRequest](./puppeteer.protocol.target.createbrowsercontextrequest.md)
## Protocol.Target.CreateBrowserContextRequest interface
<b>Signature:</b>
```typescript
export interface CreateBrowserContextRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [disposeOnDetach](./puppeteer.protocol.target.createbrowsercontextrequest.disposeondetach.md) | boolean | If specified, disposes this context when debugging session disconnects. |