puppeteer/docs/api/puppeteer.frame.isdetached.md
2023-08-30 11:09:27 +00:00

20 lines
240 B
Markdown

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