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-observerAPI
var MutationObserver = require('mutation-observer');License
BSD (See LICENSE file)