JSPM

mutation-observer

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 140680
  • Score
    100M100P100Q164284F

Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.

Package Exports

  • mutation-observer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mutation-observer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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)