Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
APIs for producing UIs for web apps. For example:
find HTML elements (Element’s query() and queryAll())
add and remove event handlers (Element’s on property)
operate on groups of objects using the built-in Dart collection interfaces
For an example of using this library, see the Manipulating the DOM section.