doctype property

DocumentType? get doctype

The doctype read-only property of the Document interface is a DocumentType object representing the the associated with the current document.

Implementation

external DocumentType? get doctype;