Skip to content

Commit 9d9404f

Browse files
committed
Raise "no such window" error in "dispatch tick actions" when browsing context (navigable) does no longer exist
1 parent db06684 commit 9d9404f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9223,6 +9223,9 @@ <h3>Dispatching actions</h3>
92239223
<li><p>For each <var>action object</var> in <var>tick actions</var>:
92249224

92259225
<ol>
9226+
<li>If <var>browsing context</var> is <a>no longer open</a>, return
9227+
<a>error</a> with <a>error code</a> <a>no such window</a>.
9228+
92269229
<li><p>Let <var>input id</var> be equal to the value
92279230
of <var>action object</var>&apos;s id property.
92289231

0 commit comments

Comments
 (0)