File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -99109,7 +99109,7 @@ interface <dfn interface>NotRestoredReasons</dfn> {
99109
99109
document</span>'s <span>inclusive descendant navigables</span>.</p></li>
99110
99110
99111
99111
<li><p>If the result of <span>checking if unloading is canceled</span> for <var>toUnload</var> is
99112
- true , then return.</p></li>
99112
+ not "<code data-x="">continue</code>" , then return.</p></li>
99113
99113
99114
99114
<li>
99115
99115
<p><span data-x="tn-append-session-history-traversal-steps">Append the following session history
@@ -101592,8 +101592,9 @@ location.href = '#foo';</code></pre>
101592
101592
document</span>'s <span>inclusive descendant navigables</span>.</p>
101593
101593
101594
101594
<li>
101595
- <p>If <var>unloadPromptCanceled</var> is true, or <var>navigable</var>'s <span>ongoing
101596
- navigation</span> is no longer <var>navigationId</var>, then:</p>
101595
+ <p>If <var>unloadPromptCanceled</var> is not "<code data-x="">continue</code>", or
101596
+ <var>navigable</var>'s <span>ongoing navigation</span> is no longer
101597
+ <var>navigationId</var>:</p>
101597
101598
101598
101599
<ol>
101599
101600
<li><p>Invoke <span>WebDriver BiDi navigation failed</span> with <var>navigable</var> and a
You can’t perform that action at this time.
0 commit comments