File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101740,10 +101740,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101740101740 controller</span>'s <span data-x="concept-AbortController-signal">signal</span> is <span
101741101741 data-x="AbortSignal-aborted">aborted</span>, then return.</p></li>
101742101742
101743- <li><p>Set <var>event</var>'s <span
101744- data-x="concept-NavigateEvent-interception-state">interception state</span> to "<code
101745- data-x="">committed</code>".</p></li>
101746-
101747101743 <li><p>Let <var>endResultIsSameDocument</var> be true if <var>event</var>'s <span
101748101744 data-x="concept-NavigateEvent-interception-state">interception state</span> is not "<code
101749101745 data-x="">none</code>" or <var>event</var>'s <code
@@ -101781,6 +101777,10 @@ interface <dfn interface>NavigationDestination</dfn> {
101781101777 <p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
101782101778 state</span> is not "<code data-x="">none</code>":</p>
101783101779 <ol>
101780+ <li><p>Set <var>event</var>'s <span
101781+ data-x="concept-NavigateEvent-interception-state">interception state</span> to "<code
101782+ data-x="">committed</code>".</p></li>
101783+
101784101784 <li>
101785101785 <p>Switch on <var>event</var>'s <code
101786101786 data-x="dom-NavigateEvent-navigationType">navigationType</code>:</p>
You can’t perform that action at this time.
0 commit comments