@@ -106242,13 +106242,13 @@ document.querySelector("button").addEventListener("click", bound);
106242
106242
testing if something is a JSON module script in algorithms, instead of just referring to the
106243
106243
concept, then we should consider adding a type item to the module script struct.
106244
106244
-->
106245
- </li>
106245
+ </li>
106246
106246
106247
- <li>
106248
- <p>A <span>module script</span> is a <dfn data-export="">WebAssembly module script</dfn> if
106249
- its <span data-x="concept-script-record">record</span> is a <span>WebAssembly Module
106250
- Record</span>.</p>
106251
- </li>
106247
+ <li>
106248
+ <p>A <span>module script</span> is a <dfn data-export="">WebAssembly module script</dfn> if
106249
+ its <span data-x="concept-script-record">record</span> is a <span>WebAssembly Module
106250
+ Record</span>.</p>
106251
+ </li>
106252
106252
</ul>
106253
106253
106254
106254
<p class="note">As CSS stylesheets and JSON documents do not import dependent modules, and do not
@@ -107155,9 +107155,10 @@ document.querySelector("button").addEventListener("click", bound);
107155
107155
data-x="concept-script-fetch-options-referrer-policy">referrer policy</span> to
107156
107156
<var>referrerPolicy</var>.</p></li>
107157
107157
107158
- <li><p>If <var>mimeType</var>'s <span data-x="MIME type essence">essence</span> is
107159
- <code>application/wasm</code> and <var>moduleType</var> is
107160
- "<code data-x="">javascript-or-wasm</code>", then:</p>
107158
+ <li>
107159
+ <p>If <var>mimeType</var>'s <span data-x="MIME type essence">essence</span> is
107160
+ "<code>application/wasm</code>" and <var>moduleType</var> is
107161
+ "<code data-x="">javascript-or-wasm</code>", then:</p>
107161
107162
<ol>
107162
107163
<li><p>Set <var>moduleScript</var> to the result of <span>creating a WebAssembly module
107163
107164
script</span> given <var>bodyBytes</var>, <var>settingsObject</var>, <var>response</var>'s
@@ -109515,8 +109516,8 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
109515
109516
data-x="tuple">tuples</span> consisting of a <span>URL record</span> and a <span>string</span>.
109516
109517
The <span>URL record</span> is the <span data-x="concept-request-url">request URL</span> at which
109517
109518
the module was fetched, and the <span>string</span> indicates the type of the module (e.g. "<code
109518
- data-x="">javascript-or-wasm</code>"). The <span>module map</span>'s values are either a <span>module
109519
- script</span>, null (used to represent failed fetches), or a placeholder value "<code
109519
+ data-x="">javascript-or-wasm</code>"). The <span>module map</span>'s values are either a
109520
+ <span>module script</span>, null (used to represent failed fetches), or a placeholder value "<code
109520
109521
data-x="">fetching</code>". </span><span data-x="module map">Module maps</span> are used to ensure
109521
109522
that imported module scripts are only fetched, parsed, and evaluated once per
109522
109523
<code>Document</code> or <a href="#workers">worker</a>.</p>
@@ -109555,7 +109556,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
109555
109556
<div class="example">
109556
109557
<p>Since module type is also part of the <span>module map</span> key, the following code will
109557
109558
create two separate entries in the <span>module map</span> (the type is "<code
109558
- data-x="">javascript-or-wasm</code>" for the first, and "<code data-x="">css</code>" for the second):
109559
+ data-x="">javascript-or-wasm</code>" for the first, and "<code data-x="">css</code>" for the
109560
+ second):
109559
109561
109560
109562
<pre><code class="html" data-x=""><script type=module>
109561
109563
import "https://example.com/module";
0 commit comments