puppeteer/docs/api/puppeteer.frame.isdetached.md

17 lines
241 B
Markdown
Raw Normal View History

---
sidebar_label: Frame.isDetached
---
# Frame.isDetached() method
**Signature:**
```typescript
class Frame {isDetached(): boolean;}
```
**Returns:**
boolean
`true` if the frame has been detached, or `false` otherwise.