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 1100021 of BufferSource

  • Revision slug: Web/API/BufferSource
  • Revision title: BufferSource
  • Revision id: 1100021
  • Created:
  • Creator: PushpitaPikuDey
  • Is current revision? No
  • Comment

Revision Content

{{JSRef("Global_Objects", "ArrayBuffer")}}

BufferSource is a helper type representing objects that are either themselves an {{jsxref("ArrayBuffer")}}, or conform to {{jsxref("ArrayBufferView")}}.

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('WebIDL', "#common-BufferSource", "BufferSource")}} {{Spec2('WebIDL')}} Initial definition.

Revision Source

<p>{{JSRef("Global_Objects", "ArrayBuffer")}}</p>

<p><code><strong>BufferSource</strong></code> is a helper type representing objects that are either themselves an {{jsxref("ArrayBuffer")}}, or conform to&nbsp;{{jsxref("ArrayBufferView")}}.</p>

<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('WebIDL', "#common-BufferSource", "BufferSource")}}</td>
   <td>{{Spec2('WebIDL')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>
Revert to this revision