We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32f1fd commit 6bbf015Copy full SHA for 6bbf015
source
@@ -97157,6 +97157,10 @@ interface <dfn interface>NavigationDestination</dfn> {
97157
<li><p>Let <var>event</var> be <var>controller</var>'s <span
97158
data-x="concept-NavigationPrecommitController-event">event</span>.</p></li>
97159
97160
+ <li><p>If <var>event</var>'s <span data-x="concept-NavigateEvent-abort-controller">abort
97161
+ controller</span>'s <span data-x="concept-AbortController-signal">signal</span> is <span
97162
+ data-x="AbortSignal-aborted">aborted</span>, then return.</p></li>
97163
+
97164
<li><p>Let <var>handlerList</var> be <var>event</var>'s <span
97165
data-x="concept-NavigateEvent-navigation-precommit-handler-list">navigation precommit handler
97166
list</span>.</p></li>
0 commit comments