We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8315393 commit 90b179eCopy full SHA for 90b179e
index.html
@@ -6705,8 +6705,8 @@ <h3>Executing Script</h3>
6705
The algorithm returns <a data-lt="completion">an ECMAScript completion record</a>.
6706
6707
<p>If at any point during the algorithm a <a>user prompt</a> appears,
6708
- abort all subsequent substeps of this algorithm, and return
6709
- <a>Completion</a> { [[\Type]]: <code>normal</code>, [[\Value]]: <a><code>null</code></a>, [[\Target]]: <code>empty</code> }.
+ immediately return <a>Completion</a> { [[\Type]]: <code>normal</code>, [[\Value]]: <a><code>null</code></a>,
+ [[\Target]]: <code>empty</code> }, but continue to run the other steps of this algorithm in parallel.
6710
6711
<ol>
6712
<li><p>Let <var>window</var> be the <a>associated window</a>
0 commit comments