MCPcopy
hub / github.com/mailvelope/mailvelope / next

Function next

src/content-scripts/main.js:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 // let hasMutated = false;
116 let timeout = null;
117 const next = () => {
118 scanDOM();
119 document.dispatchEvent(mutateEvent);
120 };
121 domObserver = new MutationObserver(() => {
122 clearTimeout(timeout);
123 timeout = setTimeout(next, OBSERVER_TIMEOUT);

Callers

nothing calls this directly

Calls 1

scanDOMFunction · 0.85

Tested by

no test coverage detected