Document

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.

Valid Document Functions

Function
Documentation

querySelector

getElementById

createNode

cloneNode

title

addEventListener

dispatchEvent

Last updated

Was this helpful?