codemelted.js Module
    Preparing search index...

    Enumeration DOCUMENT_REQUESTReadonly

    Provides a ui_document to interact with the loaded HTML document.

    Index
    CssVariable: "css_variable"

    Will query the document for a CSS variable.

    ElementById: "element_by_id"

    Will query the document for a particular HTMLElement.

    ElementsByClassName: "elements_by_class_name"

    Will query for a collection of HTMLElements by class name.

    ElementsByTagName: "elements_by_tag_name"

    Will query for a collection of HTMLElements by tag name.

    Environment: "environment"

    Determines any passed parameters to the runtime.