puppeteer/docs/api/puppeteer.frame.isdetached.md
2022-07-05 15:41:43 +02:00

20 lines
230 B
Markdown

---
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.