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

Method createKeyBackupContainer

src/client-API/client-api.js:403–405  ·  view source on GitHub ↗

* Creates an iframe to initiate the key backup process. * @param {CssSelector} selector - target container * @param {KeyBackupContainerOptions} options * @returns {Promise. }

(selector, options)

Source from the content-addressed store, hash-verified

401 * @returns {Promise.<KeyBackupPopup, Error>}
402 */
403 createKeyBackupContainer(selector, options) {
404 return send('key-backup-container', {selector, identifier: this.identifier, options}).then(popupId => new KeyBackupPopup(popupId));
405 }
406
407 /**
408 * @typedef {Object} PrivateKeyContainerOptions

Callers

nothing calls this directly

Calls 1

sendFunction · 0.70

Tested by

no test coverage detected