MCPcopy
hub / github.com/mailvelope/mailvelope / onDestroy

Method onDestroy

src/content-scripts/editorContainer.js:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 onDestroy() {
58 this.parent.removeChild(this.container);
59 this.port.disconnect();
60 }
61
62 onError({error}) {
63 if (this.encryptPromise) {

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected