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

Method constructor

src/content-scripts/decryptFrame.js:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19export default class DecryptFrame extends ExtractFrame {
20 constructor() {
21 super();
22 this.dDialog = null;
23 // decrypt popup active
24 this.dPopup = false;
25 this.ctrlName = `dFrame${this.currentProvider.integration ? 'Gmail' : ''}-${this.id}`;
26 }
27
28 renderFrame() {
29 super.renderFrame();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected