We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f190835 commit bb48891Copy full SHA for bb48891
docs/sources/next/javascript-api/k6-browser/frame/isdetached.md
@@ -0,0 +1,16 @@
1
+---
2
+title: 'isDetached()'
3
+description: 'Browser module: frame.isDetached() method'
4
5
+
6
+# isDetached()
7
8
+Reports whether the frame is detached from the DOM.
9
10
+<TableWithNestedRows>
11
12
+### Returns
13
14
+| Type | Description |
15
+| ------ | -------------------------------------------------------------------- |
16
+| `bool` | `true` if the frame is detached from the DOM, and `false` otherwise. |
0 commit comments