MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / constructor

Method constructor

src/content-scripts/verifyFrame.js:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20export default class VerifyFrame extends ExtractFrame {
21 constructor() {
22 super();
23 this.pgpSigRange = null;
24 this.vDialog = null;
25 // verify popup active
26 this.vPopup = false;
27 this.ctrlName = `vFrame-${this.id}`;
28 }
29
30 init(pgpRange) {
31 super.init(pgpRange);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected