HTML DOM Document domConfig

Example

Return the DOM configuration of the document:

document.domConfig;
Try it Yourself »

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
ObjectThe document's DOM configuration.
undefined in all new browsers.

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.