You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5752,7 +5752,9 @@ The <dfn id="dfn-typed-array-type" export>typed array types</dfn> are
5752
5752
{{Uint16Array}},
5753
5753
{{Uint32Array}},
5754
5754
{{Uint8ClampedArray}},
5755
-
{{Float32Array}} and
5755
+
{{BigInt64Array}},
5756
+
{{BigUint64Array}},
5757
+
{{Float32Array}}, and
5756
5758
{{Float64Array}}.
5757
5759
5758
5760
The <dfn id="dfn-buffer-source-type" export>buffer source types</dfn>
@@ -6755,22 +6757,21 @@ data. The table below lists these types and the kind of buffer or view they rep
6755
6757
<tr><th>Type</th><th>Kind of buffer</th></tr>
6756
6758
<tr><td><dfn id="idl-ArrayBuffer" interface>ArrayBuffer</dfn></td><td>An object that holds a pointer (which may be null) to a buffer of a fixed number of bytes</td></tr>
6757
6759
<tr><td><dfn id="idl-DataView" interface>DataView</dfn></td><td>A view on to an {{ArrayBuffer}} that allows typed access to integers and floating point values stored at arbitrary offsets into the buffer</td></tr>
0 commit comments