Detect when an element is changed in DOM
$ npm install --save element-change
const elementChange = require('element-change');
elementChange('#feed',onChangeCallback)
Type: string
Waits until element is ready in the DOM using element-ready
Type: Function
onChangeCallback() will be called with MutationRecord parameter.
MIT © Ashik Nesin