File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102790,6 +102790,9 @@ location.href = '#foo';</code></pre>
102790
102790
<p>In both cases, let <var>afterPotentialUnloads</var> be the following steps:</p>
102791
102791
102792
102792
<ol>
102793
+ <li><p>Let <var>previousEntry</var> be <var>navigable</var>'s <span
102794
+ data-x="nav-active-history-entry">active session history entry</span>.</p></li>
102795
+
102793
102796
<li><p>If <var>changingNavigableContinuation</var>'s <span
102794
102797
data-x="changing-nav-continuation-update-only">update-only</span> is false, then
102795
102798
<span>activate history entry</span> <var>targetEntry</var> for
@@ -102801,7 +102804,7 @@ location.href = '#foo';</code></pre>
102801
102804
<var>changingNavigableContinuation</var>'s <span
102802
102805
data-x="changing-nav-continuation-update-only">update-only</span>,
102803
102806
<var>scriptHistoryLength</var>, <var>scriptHistoryIndex</var>, <var>navigationType</var>,
102804
- <var>entriesForNavigationAPI</var>, and <var>displayedEntry </var>.</p></li>
102807
+ <var>entriesForNavigationAPI</var>, and <var>previousEntry </var>.</p></li>
102805
102808
102806
102809
<li><p>If <var>targetEntry</var>'s <span data-x="she-document">document</span> is equal to
102807
102810
<var>displayedDocument</var>, then perform <var>updateDocument</var>.</p></li>
You can’t perform that action at this time.
0 commit comments