HTML DOM Document domConfig
Description
The domConfig property is deprecated. Do NOT use it.
The domConfig property returns undefined in all new browsers.
Note
The domConfig property was a DOM Core Level 3 (2004) feature.
It was supposed to return information about numerous configuration setting of the document.
Alternatives:
NONE
Syntax
document.domConfig
Return Value
Type | Description |
Object | The document's DOM configuration.undefined in all new browsers. |