Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-fastboot/simple-dom
https://github.com/ember-fastboot/simple-dom
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-fastboot/simple-dom
- Owner: ember-fastboot
- Created: 2014-12-23T09:22:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T13:55:14.000Z (over 2 years ago)
- Last Synced: 2024-05-22T04:04:19.289Z (6 months ago)
- Language: TypeScript
- Size: 1.41 MB
- Stars: 208
- Watchers: 19
- Forks: 33
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```