Skip to content

Commit b894372

Browse files
committed
add references to Uint8Array & ArrayBuffer
1 parent 183a2ce commit b894372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112224,9 +112224,9 @@ document.querySelector("button").addEventListener("click", bound);
112224112224
<li>
112225112225
<p>A <span>module script</span> is a <dfn export>bytes module script</dfn> if its <span
112226112226
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>
112230112230

112231112231
<!--
112232112232
This definition is not super-rigorous, but it doesn't need to be for now. If we ever start

0 commit comments

Comments
 (0)