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

  • Revision slug: DOM/DOMImplementationRegistry
  • Revision title: DOMImplementationRegistry
  • Revision id: 140574
  • Created:
  • Creator: Brettz9
  • Is current revision? No
  • Comment 8 words added

Revision Content

NOTE: This is not implemented in Mozilla

This is a global variable used to get a single DOMImplementation or DOMImplementationList depending on the registered objects with the specified features.

Methods

getDOMImplementation ( featuresStr ) - See also DOMImplementationSource.getDOMImplementation()

getDOMImplementationList ( featuresStr ) - See also DOMImplementationSource.getDOMImplementationL()

Specification

Revision Source

<p><span style="color: rgb(255, 0, 0);">NOTE: This is not implemented in Mozilla</span></p>
<p>This is a global variable used to get a single <a class="internal" href="/En/DOM/DOMImplementation" title="En/DOM/DOMImplementation"><code>DOMImplementation</code></a> or <a class="internal" href="/En/DOM/DOMImplementationList" title="En/DOM/DOMImplementationList"><code>DOMImplementationList</code></a> depending on the registered objects with the specified features.</p>
<h3 id="Methods">Methods</h3>
<p><code><a class="internal" href="/En/DOM/DOMImplementationRegistry.getDOMImplementation" title="En/DOM/DOMImplementationRegistry.getDOMImplementation">getDOMImplementation</a></code> ( featuresStr ) - See also <a href="/En/DOM/DOMImplementationSource.getDOMImplementation" title="En/DOM/DOMImplementationSource.getDOMImplementation">DOMImplementationSource.getDOMImplementation()</a></p>
<p><a class="internal" href="/En/DOM/DOMImplementationRegistry.getDOMImplementationList" title="En/DOM/DOMImplementationRegistry.getDOMImplementationList"><code>getDOMImplementationList</code></a> ( featuresStr ) - See also <a href="/En/DOM/DOMImplementationSource.getDOMImplementationList" title="En/DOM/DOMImplementationSource.getDOMImplementationList">DOMImplementationSource.getDOMImplementationL()</a></p>
<h3 id="Specification">Specification</h3>
<ul> <li><a class=" external" href="https://www.w3.org/TR/DOM-Level-3-Core/core.html#Bootstrap" rel="freelink">https://www.w3.org/TR/DOM-Level-3-Cor...html#Bootstrap</a></li> <li><a class=" external" href="https://www.w3.org/TR/DOM-Level-3-Core/ecma-script-binding.html#Level-3-ECMAScript-Binding-Extension-h2" rel="freelink">https://www.w3.org/TR/DOM-Level-3-Cor...g-Extension-h2</a></li>
</ul>
Revert to this revision