dart:html library
The Dart HTML library.
Properties
final HtmlDocument document #
The top-level Document object.
HtmlDocument get document => JS('HtmlDocument', 'document');
Functions
dynamic spawnDomFunction(Function f) #
spawnDomFunction(Function f) => IsolateNatives.spawnDomFunction(f);
ElementList queryAll(String selector) #
ElementList queryAll(String selector) => document.queryAll(selector);