Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ onConnect
Method
onConnect
src/content-scripts/syncHandler.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
onConnect() {
23
this.port.emit(
'init'
, {keyringId: this.keyringId});
24
}
25
26
syncDone(data) {
27
this.port.emit(
'sync-done'
, data);
Callers
1
registerEventListener
Method · 0.95
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected