* Open the extension settings in a new browser tab * @param {OpenSettingsOptions} [options] * @returns {Promise. }
(options)
| 511 | * @returns {Promise.<undefined, Error>} |
| 512 | */ |
| 513 | openSettings(options) { |
| 514 | return send('open-settings', {identifier: this.identifier, options}); |
| 515 | } |
| 516 | } |
| 517 | |
| 518 | /** |