For the complete documentation index, see llms.txt. This page is also available as Markdown.

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