Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ onDestroy
Method
onDestroy
src/content-scripts/decryptContainer.js:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
onDestroy() {
46
this.parent.removeChild(this.container);
47
this.port.disconnect();
48
}
49
50
onError({error}) {
51
if
(error.code) {
Callers
nothing calls this directly
Calls
1
disconnect
Method · 0.45
Tested by
no test coverage detected