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

712 B

Home > puppeteer > Protocol > Target > AttachToTargetRequest > flatten

Protocol.Target.AttachToTargetRequest.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.

Signature:

flatten?: boolean;