Document
Function
Documentation
Last updated
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
querySelector
getElementById
createNode
cloneNode
title
addEventListener
dispatchEvent
Last updated