@@ -64221,7 +64221,7 @@ o............A....e
64221
64221
console.log("Binary data length:", logoBytes.byteLength);
64222
64222
</script></code></pre>
64223
64223
64224
- <p>The <span>Bytes module script</span> will return a <code>Uint8Array</code> object containing
64224
+ <p>The <span>bytes module script</span> will return a <code>Uint8Array</code> object containing
64225
64225
the raw bytes of the fetched resource. Unlike <span data-x="JSON module script">JSON module scripts</span>
64226
64226
which require a specific MIME type, bytes modules can be used to import binary data from any resource.</p>
64227
64227
</div>
@@ -112119,7 +112119,7 @@ document.querySelector("button").addEventListener("click", bound);
112119
112119
script">JavaScript module scripts</span>;</p></li>
112120
112120
112121
112121
<li><p>a <span>Synthetic Module Record</span>, for <span data-x="CSS module script">CSS module
112122
- scripts</span>, <span data-x="JSON module script">JSON module scripts</span>, and <span data-x="Bytes module script">Bytes module scripts</span>;</p></li>
112122
+ scripts</span>, <span data-x="JSON module script">JSON module scripts</span>, and <span data-x="bytes module script">bytes module scripts</span>;</p></li>
112123
112123
112124
112124
<li><p>a <span>WebAssembly Module Record</span>, for <span data-x="WebAssembly module
112125
112125
script">WebAssembly module scripts</span>; or</p></li>
@@ -112222,15 +112222,15 @@ document.querySelector("button").addEventListener("click", bound);
112222
112222
</li>
112223
112223
112224
112224
<li>
112225
- <p>A <span>module script</span> is a <dfn export>Bytes module script</dfn> if its <span
112225
+ <p>A <span>module script</span> is a <dfn export>bytes module script</dfn> if its <span
112226
112226
data-x="concept-script-record">record</span> is a <span>Synthetic Module Record</span>, and it
112227
- was created via the <span data-x="creating a Bytes module script">create a Bytes module
112228
- script</span> algorithm. Bytes module scripts represent binary data as Uint8Array backed by
112227
+ was created via the <span data-x="creating a bytes module script">create a Bytes module
112228
+ script</span> algorithm. bytes module scripts represent binary data as Uint8Array backed by
112229
112229
an immutable ArrayBuffer.</p>
112230
112230
112231
112231
<!--
112232
112232
This definition is not super-rigorous, but it doesn't need to be for now. If we ever start
112233
- testing if something is a Bytes module script in algorithms, instead of just referring to the
112233
+ testing if something is a bytes module script in algorithms, instead of just referring to the
112234
112234
concept, then we should consider adding a type item to the module script struct.
112235
112235
-->
112236
112236
</li>
@@ -112246,7 +112246,7 @@ document.querySelector("button").addEventListener("click", bound);
112246
112246
throw exceptions on evaluation, the <span data-x="concept-script-script-fetch-options">fetch
112247
112247
options</span> and <span data-x="concept-script-base-url">base URL</span> of <span data-x="CSS
112248
112248
module script">CSS module scripts</span>, <span data-x="JSON module script">JSON module
112249
- scripts</span>, and <span data-x="Bytes module script">Bytes module scripts</span> are always null.</p>
112249
+ scripts</span>, and <span data-x="bytes module script">bytes module scripts</span> are always null.</p>
112250
112250
112251
112251
<p>The <dfn>active script</dfn> is determined by the following algorithm:</p>
112252
112252
@@ -113142,7 +113142,7 @@ document.querySelector("button").addEventListener("click", bound);
113142
113142
data-x="concept-response-url">URL</span>, and <var>options</var>.</p></li>
113143
113143
113144
113144
<li><p>If <var>moduleType</var> is "<code data-x="">bytes</code>", then set <var>moduleScript</var> to
113145
- the result of <span>creating a Bytes module script</span> given <var>bodyBytes</var> and
113145
+ the result of <span>creating a bytes module script</span> given <var>bodyBytes</var> and
113146
113146
<var>settingsObject</var>.</p></li>
113147
113147
113148
113148
<li>
@@ -113465,7 +113465,7 @@ document.querySelector("button").addEventListener("click", bound);
113465
113465
<li><p>Return <var>script</var>.</p></li>
113466
113466
</ol>
113467
113467
113468
- <p>To <dfn data-x="creating a Bytes module script">create a Bytes module script</dfn>, given a
113468
+ <p>To <dfn data-x="creating a bytes module script">create a bytes module script</dfn>, given a
113469
113469
byte sequence <var>bytes</var> and an <span>environment settings object</span> <var>settings</var>:</p>
113470
113470
113471
113471
<ol>
0 commit comments