getDocumentElement
Gets a reference to the root node of the document based on the given target.
function getDocumentElement(target?: ): HTMLElement;
| Element
| Node
| Window
| Document
| null
Gets a reference to the root node of the document based on the given target.