@@ -99556,8 +99556,8 @@ location.href = '#foo';</code></pre>
99556
99556
<li><p>Let <var>baseURL</var> be <var>settings</var>'s <span>API base URL</span>.</p></li>
99557
99557
99558
99558
<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> given
99559
- <var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <span>default classic
99560
- script fetch options</span>.</p></li>
99559
+ <var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <span>default script
99560
+ fetch options</span>.</p></li>
99561
99561
99562
99562
<li><p>Let <var>evaluationStatus</var> be the result of <span data-x="run a classic
99563
99563
script">running the classic script</span> <var>script</var>.</p></li>
@@ -106565,10 +106565,10 @@ document.querySelector("button").addEventListener("click", bound);
106565
106565
<p class="note">Recall that via the <code>import()</code> feature, <span data-x="classic
106566
106566
script">classic scripts</span> can import <span data-x="module script">module scripts</span>.</p>
106567
106567
106568
- <p>The <dfn>default classic script fetch options</dfn> are a <span>script fetch options</span>
106569
- whose <span data-x="concept-script-fetch-options-nonce">cryptographic nonce</span> is the empty
106570
- string, <span data-x="concept-script-fetch-options-integrity">integrity metadata</span> is the
106571
- empty string, <span data-x="concept-script-fetch-options-parser">parser metadata</span> is "<code
106568
+ <p>The <dfn>default script fetch options</dfn> are a <span>script fetch options</span> whose <span
106569
+ data-x="concept-script-fetch-options-nonce">cryptographic nonce</span> is the empty string, <span
106570
+ data-x="concept-script-fetch-options-integrity">integrity metadata</span> is the empty string,
106571
+ <span data-x="concept-script-fetch-options-parser">parser metadata</span> is "<code
106572
106572
data-x="">not-parser-inserted</code>", <span
106573
106573
data-x="concept-script-fetch-options-credentials">credentials mode</span> is "<code
106574
106574
data-x="">same-origin</code>", <span
@@ -106858,7 +106858,7 @@ document.querySelector("button").addEventListener("click", bound);
106858
106858
106859
106859
<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> using
106860
106860
<var>sourceText</var>, <var>settingsObject</var>, <var>response</var>'s <span
106861
- data-x="concept-response-url">URL</span>, and the <span>default classic script fetch
106861
+ data-x="concept-response-url">URL</span>, and the <span>default script fetch
106862
106862
options</span>.</p></li>
106863
106863
106864
106864
<li><p>Run <var>onComplete</var> given <var>script</var>.</p></li>
@@ -106939,8 +106939,8 @@ document.querySelector("button").addEventListener("click", bound);
106939
106939
106940
106940
<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> given
106941
106941
<var>sourceText</var>, <var>settingsObject</var>, <var>response</var>'s <span
106942
- data-x="concept-response-url">URL</span>, the <span>default classic script fetch options</span>,
106943
- and <var>mutedErrors</var>.</p></li>
106942
+ data-x="concept-response-url">URL</span>, the <span>default script fetch options</span>, and
106943
+ <var>mutedErrors</var>.</p></li>
106944
106944
106945
106945
<li><p>Return <var>script</var>.</p></li>
106946
106946
</ol>
@@ -109891,7 +109891,7 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
109891
109891
109892
109892
<li><p>Let <var>referencingScript</var> be null.</p></li>
109893
109893
109894
- <li><p>Let <var>originalFetchOptions</var> be the <span>default classic script fetch
109894
+ <li><p>Let <var>originalFetchOptions</var> be the <span>default script fetch
109895
109895
options</span>.</p></li>
109896
109896
109897
109897
<li><p>Let <var>fetchReferrer</var> be "<code data-x="">client</code>".</p></li>
@@ -114066,7 +114066,7 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
114066
114066
<li><p>Let <var>settings object</var> be <var>global</var>'s <span>relevant settings
114067
114067
object</span>.</p></li>
114068
114068
114069
- <li><p>Let <var>fetch options</var> be the <span>default classic script fetch
114069
+ <li><p>Let <var>fetch options</var> be the <span>default script fetch
114070
114070
options</span>.</p></li>
114071
114071
114072
114072
<li><p>Let <var>base URL</var> be <var>settings object</var>'s <span>API base
0 commit comments