File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112224,9 +112224,9 @@ document.querySelector("button").addEventListener("click", bound);
112224
112224
<li>
112225
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
112229
- an immutable ArrayBuffer.</p>
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 <code> Uint8Array</code>
112229
+ backed by an immutable <code data-x="idl- ArrayBuffer">ArrayBuffer</code> .</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
You can’t perform that action at this time.
0 commit comments