Skip to content

Commit f816de8

Browse files
committed
review feedback
1 parent e7d93a6 commit f816de8

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

source

+14-12
Original file line numberDiff line numberDiff line change
@@ -106242,13 +106242,13 @@ document.querySelector("button").addEventListener("click", bound);
106242106242
testing if something is a JSON module script in algorithms, instead of just referring to the
106243106243
concept, then we should consider adding a type item to the module script struct.
106244106244
-->
106245-
</li>
106245+
</li>
106246106246

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>
106252106252
</ul>
106253106253

106254106254
<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);
107155107155
data-x="concept-script-fetch-options-referrer-policy">referrer policy</span> to
107156107156
<var>referrerPolicy</var>.</p></li>
107157107157

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>
107161107162
<ol>
107162107163
<li><p>Set <var>moduleScript</var> to the result of <span>creating a WebAssembly module
107163107164
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
109515109516
data-x="tuple">tuples</span> consisting of a <span>URL record</span> and a <span>string</span>.
109516109517
The <span>URL record</span> is the <span data-x="concept-request-url">request URL</span> at which
109517109518
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
109520109521
data-x="">fetching</code>". </span><span data-x="module map">Module maps</span> are used to ensure
109521109522
that imported module scripts are only fetched, parsed, and evaluated once per
109522109523
<code>Document</code> or <a href="#workers">worker</a>.</p>
@@ -109555,7 +109556,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
109555109556
<div class="example">
109556109557
<p>Since module type is also part of the <span>module map</span> key, the following code will
109557109558
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):
109559109561

109560109562
<pre><code class="html" data-x="">&lt;script type=module&gt;
109561109563
import "https://example.com/module";

0 commit comments

Comments
 (0)