Skip to content

Commit

Permalink
Raise "no such window" error in "dispatch tick actions" when browsing…
Browse files Browse the repository at this point in the history
… context (navigable) does no longer exist
  • Loading branch information
whimboo committed Nov 27, 2024
1 parent db06684 commit 9d9404f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9223,6 +9223,9 @@ <h3>Dispatching actions</h3>
<li><p>For each <var>action object</var> in <var>tick actions</var>:

<ol>
<li>If <var>browsing context</var> is <a>no longer open</a>, return
<a>error</a> with <a>error code</a> <a>no such window</a>.

<li><p>Let <var>input id</var> be equal to the value
of <var>action object</var>&apos;s id property.

Expand Down

0 comments on commit 9d9404f

Please sign in to comment.