@@ -96409,8 +96409,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
96409
96409
<span>reject the finished promise</span> for <var>apiMethodTracker</var> with
96410
96410
<var>error</var>.</p></li>
96411
96411
96412
- <li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span> is
96413
- null, then return.</p></li>
96412
+ <li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
96413
+ is null, then return.</p></li>
96414
96414
96415
96415
<li><p>Reject <var>navigation</var>'s <span
96416
96416
data-x="concept-Navigation-transition">transition</span>'s <span
@@ -96422,8 +96422,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
96422
96422
data-x="concept-NavigationTransition-finished">finished promise</span> with
96423
96423
<var>error</var>.</p></li>
96424
96424
96425
- <li><p>Set <var>navigation</var>'s <span
96426
- data-x="concept-Navigation-transition">transition</span> to null.</p></li>
96425
+ <li><p>Set <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
96426
+ to null.</p></li>
96427
96427
</ol>
96428
96428
96429
96429
<p>To <dfn>inform the navigation API about aborting navigation</dfn> in a <span>navigable</span>
@@ -96837,9 +96837,9 @@ callback <dfn callback>NavigationInterceptHandler</dfn> = <span data-x="idl-Prom
96837
96837
promise. The precommit handler function will run after the <code
96838
96838
data-x="event-navigate">navigate</code> event has finished firing, but before the <code
96839
96839
data-x="dom-Navigation-currentEntry">navigation.currentEntry</code> property has been updated.
96840
- Returning a rejected promise will abort the navigation and its effect, such as updating the URL and
96841
- session history. After all the precommit handlers are fulfilled, the navigation can proceed to
96842
- commit and call the rest of the handlers. The <code
96840
+ Returning a rejected promise will abort the navigation and its effect, such as updating the URL
96841
+ and session history. After all the precommit handlers are fulfilled, the navigation can proceed
96842
+ to commit and call the rest of the handlers. The <code
96843
96843
data-x="dom-NavigationInterceptOptions-precommitHandler">precommitHandler</code> option can only
96844
96844
be passed when the event is <code data-x="dom-Event-cancelable">cancelable</code>: trying to
96845
96845
pass a <code data-x="dom-NavigationInterceptOptions-precommitHandler">precommitHandler</code> to
0 commit comments