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 669077 of ArrayBufferView

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

Revision Content

{{APIRef}}

ArrayBufferView is a helper type representing any of the following JavaScript {{jsxref("TypedArray")}}: {{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 object implementing it.

Revision Source

<p>{{APIRef}}</p>
<p><code><strong>ArrayBufferView</strong></code> is a helper type representing any of the following JavaScript {{jsxref("TypedArray")}}: {{jsxref("Int8Array")}}, {{jsxref("Uint8Array")}}, {{jsxref("Uint8ClampedArray")}}, {{jsxref("Int16Array")}}, {{jsxref("Uint16Array")}}, {{jsxref("Int32Array")}}, {{jsxref("Uint32Array")}}, {{jsxref("Float32Array")}}, {{jsxref("Float64Array")}} or {{jsxref("DataView")}}.</p>
<p>This is a helper type to simplify the specification, it isn't an interface and there are no object implementing it.</p>
Revert to this revision