HTML DOM Document documentMode Property

Definition and Usage

Not recommended for use documentMode Property. Do not use it.

documentMode Only applicable to Internet Explorer.

All other browsers return undefined.

Example

Get the mode used by the browser to render this document:

document.documentMode;

Try It Yourself

Syntax

document.documentMode