disconnect method
void
disconnect()
The MutationObserver method
disconnect()
tells the observer to stop watching for
mutations.
The observer can be reused by calling its MutationObserver.observe method again.
Implementation
external void disconnect();