Skip to content

Commit

Permalink
Editorial: fix typos in HostLoadImportedModule
Browse files Browse the repository at this point in the history
Fixes #9867.
  • Loading branch information
Ms2ger committed Oct 20, 2023
1 parent cffa6da commit 8bfa07c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -107161,14 +107161,14 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<ol>
<li><p>Set <var>destination</var> to <var>loadState</var>.[[Destination]].</p></li>

<li><p>Set <var>fetchClient</var> <var>loadState</var>.[[FetchClient]].</p></li>
<li><p>Set <var>fetchClient</var> to <var>loadState</var>.[[FetchClient]].</p></li>
</ol>
</li>

<li>
<p><span>Fetch a single imported module script</span> given <var>url</var>,
<var>fetchClient</var>, <var>destination</var>, <var>fetchOptions</var>,
<var>settingsObject</var> <var>fetchReferrer</var>, <var>moduleRequest</var>, and
<var>settingsObject</var>, <var>fetchReferrer</var>, <var>moduleRequest</var>, and
<var>onSingleFetchComplete</var> as defined below. If <var>loadState</var> is not undefined and
<var>loadState</var>.[[PerformFetch]] is not null, pass <var>loadState</var>.[[PerformFetch]]
along as well.</p>
Expand Down Expand Up @@ -107200,8 +107200,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
</li>

<li><p>Otherwise, set <var>completion</var> to <span>Completion Record</span> { [[Type]]:
normal, [[Value]]: <var>result</var>'s <span data-x="concept-script-record">record</span>,
[[Target]]: empty }.</p></li>
normal, [[Value]]: <var>moduleScript</var>'s
<span data-x="concept-script-record">record</span>, [[Target]]: empty }.</p></li>

<li><p>Perform <span>FinishLoadingImportedModule</span>(<var>referrer</var>,
<var>moduleRequest</var>, <var>payload</var>, <var>completion</var>).</p></li>
Expand Down

0 comments on commit 8bfa07c

Please sign in to comment.