MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / off

Function off

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

Source from the content-addressed store, hash-verified

136}
137
138function off() {
139 if (domObserver) {
140 domObserver.disconnect();
141 }
142 if (clickHandler) {
143 document.removeEventListener('click', clickHandler, true);
144 }
145}
146
147function scanDOM() {
148 // find armored PGP text

Callers 1

onDestroyFunction · 0.85

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected