Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/mutation-observer
Exposes the `MutationObserver` constructor without testing for prefixes. For a npm/browserify compatible version, check the version in webmodules org.
https://github.com/component/mutation-observer
Last synced: 13 days ago
JSON representation
Exposes the `MutationObserver` constructor without testing for prefixes. For a npm/browserify compatible version, check the version in webmodules org.
- Host: GitHub
- URL: https://github.com/component/mutation-observer
- Owner: component
- Created: 2013-02-09T19:29:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T05:26:08.000Z (over 10 years ago)
- Last Synced: 2024-05-08T17:10:52.599Z (8 months ago)
- Language: JavaScript
- Homepage: https://github.com/webmodules/mutation-observer
- Size: 143 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# mutation-observer
Exposes the `MutationObserver` constructor without testing for prefixes.
## Installation
```
$ component install component/mutation-observer
```## API
```js
require('mutation-observer')
```will return one of the following:
```
MutationObserver
WebKitMutationObserver
MozMutationObserver
```## License
MIT