DOMImplementationSource

This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in DOM Features. Each implemented DOMImplementationSource object is listed in the binding-specific list of available sources so that its DOMImplementation objects are made available.

Members

Functions

getDOMImplementation
DOMImplementation getDOMImplementation(DOMString features)

A method to request the first DOM implementation that supports the specified features.

getDOMImplementationList
DOMImplementationList getDOMImplementationList(DOMString features)

A method to request a list of DOM implementations that support the specified features and versions, as specified in DOM Features.

Meta