A quasi mutation observer polyfill (sort of)
npm install done-mutation-observer


With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'done-mutation-observer';
Use require to load done-mutation-observer and everything elsedone-mutation-observer
needed to create a template that uses :
`js`
var plugin = require("done-mutation-observer");
Load the global version of the plugin:
`html``