Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting fixes #10661

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62778,8 +62778,8 @@ document.body.append(script1, script2);
<p>If <var>el</var> does not have an <code data-x="attr-script-integrity">integrity</code>
attribute, then set <var>options</var>'s <span
data-x="concept-script-fetch-options-integrity">integrity metadata</span> to the result of
<span>resolving a module integrity metadata</span> with <var>url</var> and
<var>settings object</var>.</p>
<span>resolving a module integrity metadata</span> with <var>url</var> and <var>settings
object</var>.</p>

<p><span>Fetch an external module script graph</span> given <var>url</var>, <var>settings
object</var>, <var>options</var>, and <var>onComplete</var>.</p>
Expand Down Expand Up @@ -106631,9 +106631,9 @@ document.querySelector("button").addEventListener("click", bound);
<li><p>Return <var>newOptions</var>.</p></li>
</ol>

<p>To <dfn data-x="resolving a module integrity metadata">resolve a module
integrity metadata</dfn>, given a <span>URL</span> <var>url</var> and an <span>environment
settings object</span> <var>settingsObject</var>:</p>
<p>To <dfn data-x="resolving a module integrity metadata">resolve a module integrity
metadata</dfn>, given a <span>URL</span> <var>url</var> and an <span>environment settings
object</span> <var>settingsObject</var>:</p>

<ol>
<li><p><span>Assert</span>: <var>settingsObject</var>'s <span
Expand Down Expand Up @@ -107195,11 +107195,10 @@ document.querySelector("button").addEventListener("click", bound);
<p>To <dfn data-x="fetch the descendants of and link a module script">fetch the descendants of and
link</dfn> a <span>module script</span> <var>moduleScript</var>, given an <span>environment
settings object</span> <var>fetchClient</var>, a <span
data-x="concept-request-destination">destination</span> <var>destination</var>, an
algorithm <var>onComplete</var>, and an optional <span
data-x="fetching-scripts-perform-fetch">perform the fetch hook</span> <var>performFetch</var>, run
these steps. <var>onComplete</var> must be an algorithm accepting null (on failure) or a
<span>module script</span> (on success).</p>
data-x="concept-request-destination">destination</span> <var>destination</var>, an algorithm
<var>onComplete</var>, and an optional <span data-x="fetching-scripts-perform-fetch">perform the
fetch hook</span> <var>performFetch</var>, run these steps. <var>onComplete</var> must be an
algorithm accepting null (on failure) or a <span>module script</span> (on success).</p>

<ol>
<li><p>Let <var>record</var> be <var>moduleScript</var>'s <span
Expand Down Expand Up @@ -107438,9 +107437,9 @@ document.querySelector("button").addEventListener("click", bound);
<span>module script</span> (on success).</p>

<ol>
<li><p><span>Assert</span>: <var>moduleRequest</var>.[[Attributes]] does not contain any <span>Record</span>
<var>entry</var> such that <var>entry</var>.[[Key]] is not "<code data-x="">type</code>", because
we only asked for "<code data-x="">type</code>" attributes in
<li><p><span>Assert</span>: <var>moduleRequest</var>.[[Attributes]] does not contain any
<span>Record</span> <var>entry</var> such that <var>entry</var>.[[Key]] is not "<code
data-x="">type</code>", because we only asked for "<code data-x="">type</code>" attributes in
<span>HostGetSupportedImportAttributes</span>.</p></li>

<li><p>Let <var>moduleType</var> be the result of running the <span>module type from module
Expand Down Expand Up @@ -109832,16 +109831,17 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
</ol>
</li>

<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>, 1,
"<code data-x="">resolve</code>", « »).</p></li>
<li><p>Let <var>resolveFunction</var> be ! <span>CreateBuiltinFunction</span>(<var>steps</var>,
1, "<code data-x="">resolve</code>", « »).</p></li>

<li><p>Return « <span>Record</span> { [[Key]]: "<dfn><code data-x="import-meta-url">url</code></dfn>",
[[Value]]: <var>urlString</var> }, <span>Record</span> { [[Key]]: "<dfn><code
data-x="import-meta-resolve">resolve</code></dfn>", [[Value]]: <var>resolveFunction</var> }
».</p></li>
<li><p>Return « <span>Record</span> { [[Key]]: "<dfn><code
data-x="import-meta-url">url</code></dfn>", [[Value]]: <var>urlString</var> },
<span>Record</span> { [[Key]]: "<dfn><code data-x="import-meta-resolve">resolve</code></dfn>",
[[Value]]: <var>resolveFunction</var> } ».</p></li>
</ol>

<h6 id="hostgetsupportedimportattributes"><span id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>
<h6 id="hostgetsupportedimportattributes"><span
id="hostgetsupportedimportassertions"></span><dfn>HostGetSupportedImportAttributes</dfn>()</h6>

<p>The <cite>Import Attributes</cite> proposal contains an <span>implementation-defined</span>
<span data-x="js-HostGetSupportedImportAttributes">HostGetSupportedImportAttributes</span>
Expand Down