Skip to content

Commit

Permalink
Editorial: remove "classic" from "default classic script fetch options"
Browse files Browse the repository at this point in the history
They are also used as the default fetch options for module scripts, in HostLoadImportedModule.
  • Loading branch information
nicolo-ribaudo committed Sep 5, 2024
1 parent 89c856d commit 5ee6b7b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -99556,8 +99556,8 @@ location.href = '#foo';</code></pre>
<li><p>Let <var>baseURL</var> be <var>settings</var>'s <span>API base URL</span>.</p></li>

<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> given
<var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <span>default classic
script fetch options</span>.</p></li>
<var>scriptSource</var>, <var>settings</var>, <var>baseURL</var>, and the <span>default script
fetch options</span>.</p></li>

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

<p>The <dfn>default classic script fetch options</dfn> are a <span>script fetch options</span>
whose <span data-x="concept-script-fetch-options-nonce">cryptographic nonce</span> is the empty
string, <span data-x="concept-script-fetch-options-integrity">integrity metadata</span> is the
empty string, <span data-x="concept-script-fetch-options-parser">parser metadata</span> is "<code
<p>The <dfn>default script fetch options</dfn> are a <span>script fetch options</span> whose <span
data-x="concept-script-fetch-options-nonce">cryptographic nonce</span> is the empty string, <span
data-x="concept-script-fetch-options-integrity">integrity metadata</span> is the empty string,
<span data-x="concept-script-fetch-options-parser">parser metadata</span> is "<code
data-x="">not-parser-inserted</code>", <span
data-x="concept-script-fetch-options-credentials">credentials mode</span> is "<code
data-x="">same-origin</code>", <span
Expand Down Expand Up @@ -106858,7 +106858,7 @@ document.querySelector("button").addEventListener("click", bound);

<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> using
<var>sourceText</var>, <var>settingsObject</var>, <var>response</var>'s <span
data-x="concept-response-url">URL</span>, and the <span>default classic script fetch
data-x="concept-response-url">URL</span>, and the <span>default script fetch
options</span>.</p></li>

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

<li><p>Let <var>script</var> be the result of <span>creating a classic script</span> given
<var>sourceText</var>, <var>settingsObject</var>, <var>response</var>'s <span
data-x="concept-response-url">URL</span>, the <span>default classic script fetch options</span>,
and <var>mutedErrors</var>.</p></li>
data-x="concept-response-url">URL</span>, the <span>default script fetch options</span>, and
<var>mutedErrors</var>.</p></li>

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

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

<li><p>Let <var>originalFetchOptions</var> be the <span>default classic script fetch
<li><p>Let <var>originalFetchOptions</var> be the <span>default script fetch
options</span>.</p></li>

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

<li><p>Let <var>fetch options</var> be the <span>default classic script fetch
<li><p>Let <var>fetch options</var> be the <span>default script fetch
options</span>.</p></li>

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

0 comments on commit 5ee6b7b

Please sign in to comment.