puppeteer/new-docs/puppeteer.protocol.target.targetinfo.attached.md

14 lines
513 B
Markdown
Raw Normal View History

<!-- 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; [TargetInfo](./puppeteer.protocol.target.targetinfo.md) &gt; [attached](./puppeteer.protocol.target.targetinfo.attached.md)
## Protocol.Target.TargetInfo.attached property
Whether the target has an attached client.
<b>Signature:</b>
```typescript
attached: boolean;
```