[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [isDetached](./puppeteer.frame.isdetached.md)
## Frame.isDetached() method
Signature:
```typescript
isDetached(): boolean;
```
Returns:
boolean
`true` if the frame has been detached, or `false` otherwise.