* Creates an iframe to initiate the key backup process. * @param {CssSelector} selector - target container * @param {KeyBackupContainerOptions} options * @returns {Promise. }
(selector, options)
| 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 |