AwaitedDOM/ SuperDocument

The Document interface represents any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree. The DOM tree includes elements such as <body> and <table>, among many others. It provides functionality globally to the document, like how to obtain the page's URL and create new elements in the document.

Dependencies

SuperDocument implements all the properties and methods of the following classes:

DocumentEventTarget
HTMLDocumentNode
XMLDocument

Edit this page on GitHub