Baseline Widely available
The DOMImplementation
interface represents an object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation
property.
This interface has no specific property and doesn't inherit any.
Instance methodsNo inherited method.
DOMImplementation.createDocument()
Creates and returns an XMLDocument
.
DOMImplementation.createDocumentType()
Creates and returns a DocumentType
.
DOMImplementation.createHTMLDocument()
Creates and returns an HTML Document
.
DOMImplementation.hasFeature()
Deprecated
Returns a boolean value indicating if a given feature is supported or not. This function is unreliable and kept for compatibility purpose alone: except for SVG-related queries, it always returns true
. Old browsers are very inconsistent in their behavior.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4