mall-uniapp/node_modules/mutation-observer
落日晚风 cff33ad7d1 清空 2023-12-13 11:25:22 +08:00
..
.npmignore 清空 2023-12-13 11:25:22 +08:00
History.md 清空 2023-12-13 11:25:22 +08:00
LICENSE 清空 2023-12-13 11:25:22 +08:00
Readme.md 清空 2023-12-13 11:25:22 +08:00
index.js 清空 2023-12-13 11:25:22 +08:00
package.json 清空 2023-12-13 11:25:22 +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)