Get the Newsletter

createMutationObserver

A Method

createMutationObserver(callback: Function): MutationObserver

Creates a new MutationObserver.

Parameters

callback: Function
A callback that will recieve the change records with the mutations.

Returns

A MutationObservere.