Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 674339 of ArrayBufferView

  • Revision slug: Web/API/ArrayBufferView
  • Revision title: ArrayBufferView
  • Revision id: 674339
  • Created:
  • Creator: fscholz
  • Is current revision? No
  • Comment

Revision Content

{{JSRef("Global_Objects", "TypedArray", "Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array")}}

ArrayBufferView is a helper type representing any of the following JavaScript {{jsxref("TypedArray")}} types:

  • {{jsxref("Int8Array")}},
  • {{jsxref("Uint8Array")}},
  • {{jsxref("Uint8ClampedArray")}},
  • {{jsxref("Int16Array")}},
  • {{jsxref("Uint16Array")}},
  • {{jsxref("Int32Array")}},
  • {{jsxref("Uint32Array")}},
  • {{jsxref("Float32Array")}},
  • {{jsxref("Float64Array")}} or
  • {{jsxref("DataView")}}.

This is a helper type to simplify the specification, it isn't an interface and there are no objects implementing it.

Specifications

Specification Status Comment
{{SpecName('HTML WHATWG', "infrastructure.html#arraybufferview", "ArrayBufferView")}} {{Spec2('HTML WHATWG')}} Initial definition.

 

Revision Source

<p>{{JSRef("Global_Objects", "TypedArray", "Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array")}}</p>
<p><code><strong>ArrayBufferView</strong></code> is a helper type representing any of the following JavaScript {{jsxref("TypedArray")}} types:</p>
<ul>
 <li>{{jsxref("Int8Array")}},</li>
 <li>{{jsxref("Uint8Array")}},</li>
 <li>{{jsxref("Uint8ClampedArray")}},</li>
 <li>{{jsxref("Int16Array")}},</li>
 <li>{{jsxref("Uint16Array")}},</li>
 <li>{{jsxref("Int32Array")}},</li>
 <li>{{jsxref("Uint32Array")}},</li>
 <li>{{jsxref("Float32Array")}},</li>
 <li>{{jsxref("Float64Array")}} or</li>
 <li>{{jsxref("DataView")}}.</li>
</ul>
<p>This is a helper type to simplify the specification, it isn't an interface and there are no objects implementing it.</p>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('HTML WHATWG', "infrastructure.html#arraybufferview", "ArrayBufferView")}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>
<p>&nbsp;</p>
Revert to this revision