Skip to content

Commit 5ee6b7b

Browse files
Editorial: remove "classic" from "default classic script fetch options"
They are also used as the default fetch options for module scripts, in HostLoadImportedModule.
1 parent 89c856d commit 5ee6b7b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99556,8 +99556,8 @@ location.href = '#foo';</code></pre>
9955699556
<li><p>Let <var>baseURL</var> be <var>settings</var>'s <span>API base URL</span>.</p></li>
9955799557

9955899558
<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>
9956199561

9956299562
<li><p>Let <var>evaluationStatus</var> be the result of <span data-x="run a classic
9956399563
script">running the classic script</span> <var>script</var>.</p></li>
@@ -106565,10 +106565,10 @@ document.querySelector("button").addEventListener("click", bound);
106565106565
<p class="note">Recall that via the <code>import()</code> feature, <span data-x="classic
106566106566
script">classic scripts</span> can import <span data-x="module script">module scripts</span>.</p>
106567106567

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
106572106572
data-x="">not-parser-inserted</code>", <span
106573106573
data-x="concept-script-fetch-options-credentials">credentials mode</span> is "<code
106574106574
data-x="">same-origin</code>", <span
@@ -106858,7 +106858,7 @@ document.querySelector("button").addEventListener("click", bound);
106858106858

106859106859
<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> using
106860106860
<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
106862106862
options</span>.</p></li>
106863106863

106864106864
<li><p>Run <var>onComplete</var> given <var>script</var>.</p></li>
@@ -106939,8 +106939,8 @@ document.querySelector("button").addEventListener("click", bound);
106939106939

106940106940
<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> given
106941106941
<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>
106944106944

106945106945
<li><p>Return <var>script</var>.</p></li>
106946106946
</ol>
@@ -109891,7 +109891,7 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
109891109891

109892109892
<li><p>Let <var>referencingScript</var> be null.</p></li>
109893109893

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
109895109895
options</span>.</p></li>
109896109896

109897109897
<li><p>Let <var>fetchReferrer</var> be "<code data-x="">client</code>".</p></li>
@@ -114066,7 +114066,7 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
114066114066
<li><p>Let <var>settings object</var> be <var>global</var>'s <span>relevant settings
114067114067
object</span>.</p></li>
114068114068

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
114070114070
options</span>.</p></li>
114071114071

114072114072
<li><p>Let <var>base URL</var> be <var>settings object</var>'s <span>API base

0 commit comments

Comments
 (0)