mutation-observer
Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.
Last updated 9 years ago by tootallnate .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install mutation-observer 
SYNC missed versions from official npm registry.

mutation-observer

Exposes the native MutationObserver API provided by the browser, or a polyfill based on mutation events. (For compatibility with IE9-10.)

MutationObserver polyfill by the Polymer Project.

Installation

$ npm install mutation-observer

API

var MutationObserver = require('mutation-observer');

License

BSD (See LICENSE file)

Current Tags

  • 1.0.3                                ...           latest (9 years ago)

5 Versions

  • 1.0.3                                ...           9 years ago
  • 1.0.2                                ...           11 years ago
  • 1.0.1                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
  • 0.0.1                                ...           13 years ago
Downloads
Today 0
This Week 2
This Month 2
Last Day 1
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |