W3cubDocs

/DOM

DOMImplementationRegistry

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

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

Methods

DOMImplementationRegistry.getDOMImplementation()
See DOMImplementationSource.getDOMImplementation().
DOMImplementationRegistry.getDOMImplementationList()
See also DOMImplementationSource.getDOMImplementationList().

Specifications

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? No support ? ? ?
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? No support ? ? ?

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementationRegistry