@@ -93233,11 +93233,11 @@ document.querySelector("button").addEventListener("click", bound);
93233
93233
<li><p>Run <var>onComplete</var> given <var>result</var>.</p></li>
93234
93234
93235
93235
<li>
93236
- <p>If <var>result</var> is not null, optionally p <span data-x="fetch the descendants of and
93236
+ <p>If <var>result</var> is not null, optionally <span data-x="fetch the descendants of and
93237
93237
link a module script">fetch the descendants of and link</span> <var>result</var> given
93238
93238
<var>settings object</var>, <var>destination</var>, and an empty algorithm.</p>
93239
93239
93240
- <p class="note">Generally, performing this steps will be beneficial for performance, as it
93240
+ <p class="note">Generally, performing this step will be beneficial for performance, as it
93241
93241
allows pre-loading the modules that will invariably be requested later, via algorithms such as
93242
93242
<span>fetch an external module script graph</span> that fetch the entire graph. However, user
93243
93243
agents might wish to skip them in bandwidth-constrained situations, or situations where the
@@ -93457,7 +93457,7 @@ document.querySelector("button").addEventListener("click", bound);
93457
93457
</ol>
93458
93458
</li>
93459
93459
93460
- <li><p>Let <var>state</var> be Record { [[ParseError]]: null, [[Destination]]:
93460
+ <li><p>Let <var>state</var> be <span> Record</span> { [[ParseError]]: null, [[Destination]]:
93461
93461
<var>destination</var>, [[PerformTheFetch]]: null }.</p></li>
93462
93462
93463
93463
<li><p>If the caller of this algorithm specified custom <span
@@ -95007,8 +95007,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
95007
95007
<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>, 1,
95008
95008
"<code data-x="">resolve</code>", « »).</p></li>
95009
95009
95010
- <li><p>Return « Record { [[Key]]: "<dfn><code data-x="import-meta-url">url</code></dfn>",
95011
- [[Value]]: <var>urlString</var> }, Record { [[Key]]: "<dfn><code
95010
+ <li><p>Return « <span> Record</span> { [[Key]]: "<dfn><code data-x="import-meta-url">url</code></dfn>",
95011
+ [[Value]]: <var>urlString</var> }, <span> Record</span> { [[Key]]: "<dfn><code
95012
95012
data-x="import-meta-resolve">resolve</code></dfn>", [[Value]]: <var>resolveFunction</var> }
95013
95013
».</p></li>
95014
95014
</ol>
0 commit comments