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

Method openSettings

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

* Open the extension settings in a new browser tab * @param {OpenSettingsOptions} [options] * @returns {Promise. }

(options)

Source from the content-addressed store, hash-verified

511 * @returns {Promise.<undefined, Error>}
512 */
513 openSettings(options) {
514 return send('open-settings', {identifier: this.identifier, options});
515 }
516}
517
518/**

Callers

nothing calls this directly

Calls 1

sendFunction · 0.70

Tested by

no test coverage detected