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 891095 of DOMImplementationRegistry

  • Revision slug: Web/API/DOMImplementationRegistry
  • Revision title: DOMImplementationRegistry
  • Revision id: 891095
  • Created:
  • Creator: fscholz
  • Is current revision? Yes
  • Comment fix compat parsing

Revision Content

{{APIRef("DOM")}}{{obsolete_header}}

This is a global variable used to get a single {{domxref("DOMImplementation")}} or {{domxref("DOMImplementationList")}} depending on the registered objects with the specified features.

Methods

{{domxref("DOMImplementationRegistry.getDOMImplementation()")}}
See {{domxref("DOMImplementationSource.getDOMImplementation()")}}.
{{domxref("DOMImplementationRegistry.getDOMImplementationList()")}}
See also {{domxref("DOMImplementationSource.getDOMImplementationList()")}}.

Specifications

Specification Status Comment
{{SpecName('DOM3 Core', 'ecma-script-binding.html#Level-3-ECMAScript-Binding-Extension-h2', 'DOMImplementationRegistry')}} {{Spec2('DOM3 Core')}} Initial definition.

Browser compatibility

{{CompatibilityTable}}

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

Revision Source

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

<p>This is a global variable used to get a single {{domxref("DOMImplementation")}} or {{domxref("DOMImplementationList")}} depending on the registered objects with the specified features.</p>

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

<dl>
 <dt>{{domxref("DOMImplementationRegistry.getDOMImplementation()")}}</dt>
 <dd>See {{domxref("DOMImplementationSource.getDOMImplementation()")}}.</dd>
 <dt>{{domxref("DOMImplementationRegistry.getDOMImplementationList()")}}</dt>
 <dd>See also {{domxref("DOMImplementationSource.getDOMImplementationList()")}}.</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', 'ecma-script-binding.html#Level-3-ECMAScript-Binding-Extension-h2', 'DOMImplementationRegistry')}}</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>{{CompatNo}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</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>{{CompatNo}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
  </tr>
 </tbody>
</table>
</div>
Revert to this revision