helper/dom_injector_stub library

Properties

webWindow → dynamic
Represents the window object in web environments.
final

Functions

clearElementChildren(Object container) → void
Clears all children of the given container element.

Typedefs

WebDocument = dynamic
A placeholder type for the HTML document object when running on non-web platforms.
WebElement = dynamic
A placeholder type for generic web elements when running on non-web platforms.
WebHTMLDivElement = dynamic
A placeholder type for HTMLDivElement when running on non-web platforms.
WebHTMLElement = dynamic
A placeholder type for HTMLElement when running on non-web platforms.
WebHTMLImageElement = dynamic
A placeholder type for HTMLImageElement when running on non-web platforms.