Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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