MCPcopy Index your code
hub / github.com/ampproject/amphtml / mutationObserverCallback

Method mutationObserverCallback

src/preact/base-element.js:522–522  ·  view source on GitHub ↗

* A callback called immediately after mutations have been observed on a * component. This differs from `checkPropsPostMutations` in that it is * called in all cases of mutation. * @param {Array } unusedRecords * @protected

(unusedRecords)

Source from the content-addressed store, hash-verified

520 * @protected
521 */
522 mutationObserverCallback(unusedRecords) {}
523
524 /**
525 * A callback called immediately after mutations have been observed on a

Callers 1

checkMutations_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected