HTML DOM Document domConfig attribute
- Previous Page domain
- Next Page embeds
- Go Back to the Previous Level HTML DOM Documents
Definition and Usage
domConfig
The attribute is deprecated. Do not use it.
domConfig
The attribute returns in all new browsers undefined
.
Description
domConfig
The attribute is a feature of DOM Core Level 3 (2004).
It should return a lot of configuration settings information about the document.
Alternative solutions:
None
Syntax
document.domConfig
Return Value
Type | Description |
---|---|
Object | The DOM configuration of the document. Returns undefined in all new browsers. |
- Previous Page domain
- Next Page embeds
- Go Back to the Previous Level HTML DOM Documents