Skip to content

Commit

Permalink
Fix undefined variable "scriptResult" in remote steps of "Execute Asy…
Browse files Browse the repository at this point in the history
…nc Script" (w3c#1865)
  • Loading branch information
whimboo authored Dec 12, 2024
1 parent 7d8beb9 commit 9cb696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7270,7 +7270,7 @@ <h4><dfn>Execute Async Script</dfn></h4>
<li><p>Append <var>resolvingFunctions</var><code>.[[\Resolve]]</code> to
<var>arguments</var>.

<li><p>Let <var>result</var> be the result of calling
<li><p>Let <var>scriptResult</var> be the result of calling
<a>execute a function body</a>, with arguments
<var>body</var> and <var>arguments</var>.

Expand Down

0 comments on commit 9cb696c

Please sign in to comment.