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 891085 of DOMImplementationList

  • Revision slug: Web/API/DOMImplementationList
  • Revision title: DOMImplementationList
  • Revision id: 891085
  • Created:
  • Creator: fscholz
  • Is current revision? No
  • Comment fix compat parsing

Revision Content

{{APIRef("DOM")}}{{Obsolete_header}}

Returned by {{domxref("DOMImplementationSource.getDOMImplementationList()")}} and {{domxref("DOMImplementationRegistry.getDOMImplementationList()")}} . Can be iterated with 0-based index.

Properties

{{domxref("DOMImplementationList.length")}} {{ReadonlyInline}}
Returns an integer.

Methods

{{domxref("DOMImplementationList.item()")}}
Returns the pos item.

Specifications

Specification Status Comment
{{SpecName('DOM3 Core', 'core.html#DOMImplementationList', 'DOMImplementationList')}} {{Spec2('DOM3 Core')}} Initial definition.

Browser compatibility

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}} {{CompatVersionUnknown}}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}}

Revision Source

<p>{{APIRef("DOM")}}{{Obsolete_header}}</p>

<p>Returned by {{domxref("DOMImplementationSource.getDOMImplementationList()")}} and {{domxref("DOMImplementationRegistry.getDOMImplementationList()")}} . Can be iterated with 0-based index.</p>

<h2 id="Properties">Properties</h2>

<dl>
 <dt>{{domxref("DOMImplementationList.length")}} {{ReadonlyInline}}</dt>
 <dd>Returns an integer.</dd>
</dl>

<h2 id="Methods">Methods</h2>

<dl>
 <dt>{{domxref("DOMImplementationList.item()")}}</dt>
 <dd>Returns the <em>pos</em> item.</dd>
</dl>

<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('DOM3 Core', 'core.html#DOMImplementationList', 'DOMImplementationList')}}</td>
   <td>{{Spec2('DOM3 Core')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{CompatibilityTable}}</p>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>
Revert to this revision