hz-zhhq-app/node_modules/mutation-observer
haozq ad829040d9 first commit 2025-01-22 10:53:47 +08:00
..
.npmignore first commit 2025-01-22 10:53:47 +08:00
History.md first commit 2025-01-22 10:53:47 +08:00
LICENSE first commit 2025-01-22 10:53:47 +08:00
Readme.md first commit 2025-01-22 10:53:47 +08:00
index.js first commit 2025-01-22 10:53:47 +08:00
package.json first commit 2025-01-22 10:53:47 +08:00

Readme.md

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)