Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ember-fastboot/simple-dom


https://github.com/ember-fastboot/simple-dom

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# About [![Build Status](https://travis-ci.org/ember-fastboot/simple-dom.svg)](https://travis-ci.org/ember-fastboot/simple-dom)

[![Greenkeeper badge](https://badges.greenkeeper.io/ember-fastboot/simple-dom.svg)](https://greenkeeper.io/)

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](https://github.com/tmpvar/jsdom), which is much more complete.)

```sh
npm install simple-dom
```