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

Method constructor

src/client-API/client-api.js:523–525  ·  view source on GitHub ↗
(popupId)

Source from the content-addressed store, hash-verified

521 */
522class KeyBackupPopup {
523 constructor(popupId) {
524 this.popupId = popupId;
525 }
526
527 /**
528 * @returns {Promise.<undefined, Error>} - key backup ready or error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected