Skip to content

Commit 85547bd

Browse files
authored
Editorial: clarify prepare to run script
This makes it clearer where the currently running task comes from.
1 parent 7c3ff88 commit 85547bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104375,7 +104375,8 @@ document.querySelector("button").addEventListener("click", bound);
104375104375
execution context stack</span>; it is now the <span>running JavaScript execution
104376104376
context</span>.</p></li>
104377104377

104378-
<li><p>Add <var>settings</var> to the currently running <span data-x="concept-task">task</span>'s
104378+
<li><p>Add <var>settings</var> to the <span>surrounding agent</span>'s <span
104379+
data-x="concept-agent-event-loop">event loop</span>'s <span>currently running task</span>'s
104379104380
<span>script evaluation environment settings object set</span>.</p></li>
104380104381
</ol>
104381104382

0 commit comments

Comments
 (0)