Skip to content

Commit

Permalink
Speculative fix for conformance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Apr 14, 2024
1 parent 2ead28f commit d61e57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -106275,7 +106275,7 @@ document.querySelector("button").addEventListener("click", bound);

<p>To <dfn>get the descendant script fetch options</dfn> given a <span>script fetch options</span>
<var>options</var>, a <span>URL</span> <var>url</var>, and an <span>environment settings
object</span> <var>settingsObject</var>, do the following:
object</span> <var>settingsObject</var>, do the following:</p>
<ol>
<li><p>Let <var>fetchOptions</var> be a copy of <var>script fetch options</var>.</p></li>

Expand All @@ -106288,7 +106288,7 @@ document.querySelector("button").addEventListener("click", bound);

<li><p>Set <var>fetchOptions</var>'s <span
data-x="concept-script-fetch-options-fetch-priority">fetch priority</span> to "<code
data-x="">auto</code>".</p>
data-x="">auto</code>".</p></li>

<li><p>Return <var>fetchOptions</var>.</p></li>
</ol>
Expand Down Expand Up @@ -108206,6 +108206,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<li><p>Return the result of <span data-x="map get">getting the value of an entry</span> in
<var>map</var>'s <span data-x="concept-import-map-integrity">integrity</span>, given
<var>url</var>.</p></li>
</ol>

<h5>Import maps</h5>

Expand Down

0 comments on commit d61e57c

Please sign in to comment.