Skip to content

Commit a2fafc5

Browse files
committed
remove whitespace issue
1 parent 1f25c21 commit a2fafc5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

source

+9-8
Original file line numberDiff line numberDiff line change
@@ -107424,14 +107424,10 @@ document.querySelector("button").addEventListener("click", bound);
107424107424
options</span> <var>options</var>:</p>
107425107425

107426107426
<ol>
107427-
<li>
107428-
<p>If <span data-x="concept-environment-noscript">scripting is disabled</span> for
107429-
<var>settings</var>, then set <var>bodyBytes</var> to the byte sequence 0x00 0x61 0x73 0x6d 0x01
107430-
0x00 0x00 0x00.</p>
107431-
107432-
<p class="note">This byte sequence corresponds to an empty WebAssembly module with only the magic
107433-
bytes and version number provided.</p>
107434-
</li>
107427+
<li><p>If <span data-x="concept-environment-noscript">scripting is disabled</span> for
107428+
<var>settings</var>, then set <var>bodyBytes</var> to the byte sequence 0x00 0x61 0x73 0x6d 0x01
107429+
0x00 0x00 0x00, corresponding to an empty WebAssembly module with only the magic bytes and version
107430+
number provided.</p></li>
107435107431

107436107432
<li><p>Let <var>script</var> be a new <span>module script</span> that this algorithm will
107437107433
subsequently initialize.</p></li>
@@ -107488,6 +107484,11 @@ document.querySelector("button").addEventListener("click", bound);
107488107484
</ol>
107489107485
</li>
107490107486

107487+
<li><p>Let <var>moduleType</var> be the result of running the <span>module type from module
107488+
request</span> steps given <var>requested</var>.</p></li>
107489+
<li><p><span>Assert</span>: <var>moduleType</var> is "<code data-x="">javascript-or-wasm</code>"
107490+
</p></li>
107491+
107491107492
<li>
107492107493
<p class="note">WebAssembly modules do not currently define attributes for their imports,
107493107494
therefore the <span data-x="module type from request">module type from<span> any of their

0 commit comments

Comments
 (0)