Static
The MutationObserver method disconnect() tells the observer to stop watching for mutations.
disconnect()
MDN Reference
The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of changes to the DOM that match the given options.
observe()
MutationObserver
The MutationObserver method
disconnect()tells the observer to stop watching for mutations.MDN Reference