🏠 New in Low Baseline Support: MutationObserver
July 29, 2015
The MutationObserver API watches for changes to the DOM tree and calls a callback function when DOM changes occur.
Source features
api.MutationRecord[mdn]api.MutationRecord.addedNodes[mdn]api.MutationRecord.attributeName[mdn]api.MutationRecord.attributeNamespace[mdn]api.MutationRecord.nextSibling[mdn]api.MutationRecord.oldValue[mdn]api.MutationRecord.previousSibling[mdn]api.MutationRecord.removedNodes[mdn]api.MutationRecord.target[mdn]api.MutationRecord.type[mdn]api.MutationObserver[mdn]api.MutationObserver.MutationObserver[mdn]api.MutationObserver.disconnect[mdn]api.MutationObserver.observe[mdn]api.MutationObserver.takeRecords[mdn]