HTML DOM implementation Property

Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
HTML DOM implementation Property
❮ Document Object
Example
Return this document's DOMimplementation object:
var imp = document.implementation;Try it Yourself »
Definition and Usage
The implementation property returns the DOMimplementation object that handles this document, as a DocumentImplementation object.
Browser Support
| Property | |||||
|---|---|---|---|---|---|
| implementation | Yes | Yes | Yes | Yes | Yes |
Syntax
document.implementationTechnical Details
| Return Value: | The document's implementation object, as a DocumentImplementation object |
|---|---|
| DOM Version | Core Level 1 Document Object |
❮ Document Object