Interface 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.
Template arguments
interface DOMImplementationSource(DOMString);
Methods
Name | Description |
---|---|
getDOMImplementation
|
A method to request the first DOM implementation that supports the specified features. |
getDOMImplementationList
|
A method to request a list of DOM implementations that support the specified features and versions, as specified in DOM Features. |
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --