helper/dom_injector_web library

Properties

webWindow → Window
Reference to the global window object in the browser.
final

Functions

clearElementChildren(HTMLElement container) → void
Removes all child nodes from the given container element.

Typedefs

WebDocument = Document
Represents the HTML document object.
WebElement = Element
Represents any generic DOM element.
WebHTMLDivElement = HTMLDivElement
Represents an HTML <div> element in the DOM.
WebHTMLElement = HTMLElement
Represents a generic HTML element in the DOM.
WebHTMLImageElement = HTMLImageElement
Represents an HTML <img> element in the DOM.