page_interrupt
Abort the JavaScript blocking an unresponsive page to restore control, keeping DOM and state intact.
Instructions
Abort the JavaScript the page is currently running. Use it when a tool reports PAGE_UNRESPONSIVE — an infinite loop or a long synchronous task has blocked the main thread. This is the only thing that frees it: reloading and navigating do not, because the blocked thread never processes them. The page keeps its DOM and state; only the in-flight script is killed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||