Skip to content

Commit 5b989bd

Browse files
Review by annevk
1 parent e82302f commit 5b989bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93233,11 +93233,11 @@ document.querySelector("button").addEventListener("click", bound);
9323393233
<li><p>Run <var>onComplete</var> given <var>result</var>.</p></li>
9323493234

9323593235
<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
9323793237
link a module script">fetch the descendants of and link</span> <var>result</var> given
9323893238
<var>settings object</var>, <var>destination</var>, and an empty algorithm.</p>
9323993239

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
9324193241
allows pre-loading the modules that will invariably be requested later, via algorithms such as
9324293242
<span>fetch an external module script graph</span> that fetch the entire graph. However, user
9324393243
agents might wish to skip them in bandwidth-constrained situations, or situations where the
@@ -93457,7 +93457,7 @@ document.querySelector("button").addEventListener("click", bound);
9345793457
</ol>
9345893458
</li>
9345993459

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]]:
9346193461
<var>destination</var>, [[PerformTheFetch]]: null }.</p></li>
9346293462

9346393463
<li><p>If the caller of this algorithm specified custom <span
@@ -95007,8 +95007,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
9500795007
<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>, 1,
9500895008
"<code data-x="">resolve</code>", « »).</p></li>
9500995009

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
9501295012
data-x="import-meta-resolve">resolve</code></dfn>", [[Value]]: <var>resolveFunction</var> }
9501395013
».</p></li>
9501495014
</ol>

0 commit comments

Comments
 (0)