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

Method renderFrame

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

Source from the content-addressed store, hash-verified

44 }
45
46 renderFrame() {
47 super.renderFrame();
48 const para = document.createElement('p');
49 para.textContent = l10n.map.decrypt_att_frame_help_text;
50 this.eFrame.append(para);
51 this.eFrame.classList.add('m-decrypt');
52 this.onShow();
53 }
54
55 registerEventListener() {
56 super.registerEventListener();

Callers

nothing calls this directly

Calls 2

onShowMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected