Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -101888,8 +101888,19 @@ interface <dfn interface>NavigationDestination</dfn> {
</ol>
</li>

<li><p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
state</span> is "<code data-x="">none</code>", then return true.</p></li>
<li>
<p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
state</span> is "<code data-x="">none</code>", then:</p>

<ol>
<li><p> If <var>destination</var>'s <span
data-x="concept-NavigationDestination-sameDocument">is same document</span> is false, then
<span data-x="navigation-api-method-tracker-clean-up">clean up</span>
<var>apiMethodTracker</var>.</p></li>

<li><p>Return true.</p></li>
</ol>
</li>

<li><p>Let <var>fromNHE</var> be the <span data-x="navigation-current-entry">current
entry</span> of <var>navigation</var>.</p></li>
Expand Down Expand Up @@ -102151,9 +102162,6 @@ interface <dfn interface>NavigationDestination</dfn> {
handler failure</span> given <var>event</var> and <var>reason</var>.
</li>

<li><p><span data-x="navigation-api-method-tracker-clean-up">Clean up</span>
<var>apiMethodTracker</var>.</p></li>

<li>
<p><span>Clean up after running script</span> given <var>navigation</var>'s <span>relevant
settings object</span>.</p>
Expand Down