mutation-observer

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

5 个版本
安装
npm install mutation-observer
yarn add mutation-observer
pnpm add mutation-observer
bun add mutation-observer
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)

版本列表
1.0.3 2017-07-25
1.0.2 2015-07-07
1.0.1 2015-03-10
1.0.0 2014-12-09
0.0.1 2013-02-09