Dart API Referencedart:html

dart:html library

Methods

Code Document get document() #

Document get document() native "return document;";

Code Element query(String selector) #

Element query(String selector) => _document.query(selector);

Code ElementList queryAll(String selector) #

ElementList queryAll(String selector) => _document.queryAll(selector);

Code Window get window() #

Window get window() native "return window;";

Fields

Code Function dynamicUnknownElementDispatcher #

Function dynamicUnknownElementDispatcher;

Classes

Interfaces

Exceptions