Skip to content

Commit 8562a43

Browse files
authored
Document IsDestroyed method in README
Added IsDestroyed method to README with description.
1 parent 1b5685b commit 8562a43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,10 @@ Returns the current URL of the frame. Uses reflection-based SDK-independent retr
746746

747747
#### ===⚡Methods===
748748

749+
##### ⚡IsDestroyed
750+
**Description**: Checks if the frame is still valid and attached to the page.
751+
`object.IsDestroyed()`
752+
749753
##### ⚡ExecuteScript
750754
**Type**: void (Fire-and-Forget)
751755
**Description**: Executes JavaScript within the context of the frame.

0 commit comments

Comments
 (0)