---
title: "isDetached() | Grafana k6 documentation"
description: "Browser module: frame.isDetached() method"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# isDetached()

Reports whether the frame is detached from the DOM.

### Returns

Expand table

| Type   | Description                                                          |
|--------|----------------------------------------------------------------------|
| `bool` | `true` if the frame is detached from the DOM, and `false` otherwise. |
