@@ -107162,14 +107162,14 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
107162
107162
<ol>
107163
107163
<li><p>Set <var>destination</var> to <var>loadState</var>.[[Destination]].</p></li>
107164
107164
107165
- <li><p>Set <var>fetchClient</var> <var>loadState</var>.[[FetchClient]].</p></li>
107165
+ <li><p>Set <var>fetchClient</var> to <var>loadState</var>.[[FetchClient]].</p></li>
107166
107166
</ol>
107167
107167
</li>
107168
107168
107169
107169
<li>
107170
107170
<p><span>Fetch a single imported module script</span> given <var>url</var>,
107171
107171
<var>fetchClient</var>, <var>destination</var>, <var>fetchOptions</var>,
107172
- <var>settingsObject</var> <var>fetchReferrer</var>, <var>moduleRequest</var>, and
107172
+ <var>settingsObject</var>, <var>fetchReferrer</var>, <var>moduleRequest</var>, and
107173
107173
<var>onSingleFetchComplete</var> as defined below. If <var>loadState</var> is not undefined and
107174
107174
<var>loadState</var>.[[PerformFetch]] is not null, pass <var>loadState</var>.[[PerformFetch]]
107175
107175
along as well.</p>
@@ -107201,8 +107201,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
107201
107201
</li>
107202
107202
107203
107203
<li><p>Otherwise, set <var>completion</var> to <span>Completion Record</span> { [[Type]]:
107204
- normal, [[Value]]: <var>result </var>'s <span data-x="concept-script-record">record</span>,
107205
- [[Target]]: empty }.</p></li>
107204
+ normal, [[Value]]: <var>moduleScript </var>'s
107205
+ <span data-x="concept-script-record">record</span>, [[Target]]: empty }.</p></li>
107206
107206
107207
107207
<li><p>Perform <span>FinishLoadingImportedModule</span>(<var>referrer</var>,
107208
107208
<var>moduleRequest</var>, <var>payload</var>, <var>completion</var>).</p></li>
0 commit comments