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

Method constructor

src/content-scripts/attachmentFrame.js:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18export default class AttachmentFrame extends ExtractFrame {
19 constructor() {
20 super();
21 this.dDialog = null;
22 this.dPopup = false;
23 this.ctrlName = `aFrameGmail-${this.id}`;
24 }
25
26 init(containerElem) {
27 this.pgpRange = containerElem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected