Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

simple-dom

ember-fastboot79.1kMIT1.4.0TypeScript support: included

null

dom, html, parser, serializer

readme

About Build Status

Greenkeeper badge

Importantly, simple-dom implements a very, very small subset of the WHATWG DOM specification, optimized for performance, and for the requirements of the Ember view layer. For example, it does not implement any part of the DOM that would require the use of accessors; it's just an attempt to faithfully represent the DOM as a data structure, not its complete API surface. (If you need the whole enchilada, check out something like jsdom, which is much more complete.)

npm install simple-dom