Skip to content

Commit 4c4aef6

Browse files
committed
return-false
1 parent 3b1e3e2 commit 4c4aef6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101355,6 +101355,22 @@ interface <dfn interface>NavigationDestination</dfn> {
101355101355
<li><p><span>Assert</span>: <var>navigation</var>'s <span>upcoming traverse API method
101356101356
trackers</span> <span data-x="list is empty">is empty</span>.</p></li>
101357101357

101358+
<li>
101359+
<p>If <var>apiMethodTracker</var> is non-null, then:</p>
101360+
101361+
<ol>
101362+
<li><p>Assert: <var>navigation</var>'s <span>relevant global object</span>'s <span
101363+
data-x="concept-document-window">associated <code>Document</code></span> is not <span>fully
101364+
active</span>.</p></li>
101365+
101366+
<li><p>Return false.</p></li>
101367+
</ol>
101368+
101369+
<p class="note">This would occur if the document became inactive as a result of aborting the
101370+
ongoing navigation, e.g., if a <code data-x="event-navigateerror">navigateerror</code> handler
101371+
removed its <span>navigable</span>.</p>
101372+
</li>
101373+
101358101374
<li><p>Return true.</p></li>
101359101375
</ol>
101360101376

0 commit comments

Comments
 (0)