Skip to content

Commit

Permalink
Clarify immediate script abortion when user prompt appears.
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored and AutomatedTester committed Feb 19, 2021
1 parent 8315393 commit 90b179e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6705,8 +6705,8 @@ <h3>Executing Script</h3>
The algorithm returns <a data-lt="completion">an ECMAScript completion record</a>.

<p>If at any point during the algorithm a <a>user prompt</a> appears,
abort all subsequent substeps of this algorithm, and return
<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.

<ol>
<li><p>Let <var>window</var> be the <a>associated window</a>
Expand Down

0 comments on commit 90b179e

Please sign in to comment.