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

14 lines
708 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; [SetAutoAttachRequest](./puppeteer.protocol.target.setautoattachrequest.md) &gt; [flatten](./puppeteer.protocol.target.setautoattachrequest.flatten.md)
## Protocol.Target.SetAutoAttachRequest.flatten property
Enables "flat" access to the session via specifying sessionId attribute in the commands. We plan to make this the default, deprecate non-flattened mode, and eventually retire it. See crbug.com/991325.
<b>Signature:</b>
```typescript
flatten?: boolean;
```