Skip to content

Commit 413de3a

Browse files
committed
Editorial: use "current settings object" for importScripts
Since we are inside a worker, current/incumbent/entry/relevant are all equivalent. Helps with #1430.
1 parent 6acdb21 commit 413de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96852,7 +96852,7 @@ interface <dfn>NavigatorConcurrentHardware</dfn> {
9685296852
data-x="concept-WorkerGlobalScope-type">type</span> is "<code data-x="">module</code>", throw a
9685396853
<code>TypeError</code> exception and abort these steps.</p></li>
9685496854

96855-
<li><p>Let <var>settings object</var> be the <span>incumbent settings object</span>.</p></li>
96855+
<li><p>Let <var>settings object</var> be the <span>current settings object</span>.</p></li>
9685696856

9685796857
<li><p>If <var>urls</var> is empty, abort these steps.</p></li>
9685896858

0 commit comments

Comments
 (0)