diff options
author | Maximilian Krambach <[email protected]> | 2018-05-25 09:53:24 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-25 09:53:24 +0000 |
commit | eff27d6387b1cad2ef9901fa03dbee2ea86c786a (patch) | |
tree | aebdc295b1cd60152fbcfe55f8b7ce69916e40e1 /lang/js/src/Errors.js | |
parent | js: adding sign method (diff) | |
download | gpgme-eff27d6387b1cad2ef9901fa03dbee2ea86c786a.tar.gz gpgme-eff27d6387b1cad2ef9901fa03dbee2ea86c786a.zip |
js: use version operation for connection checks
--
* src/Connection.js: isConnected was renamed to checkConnection, that
returns a promise with either version information or Boolean
* Connection checks have been adapted to reflect that checkConnection
returns a Promise
* BrowsertestExtension: tests/signTest.js was missing from my last
commit
Diffstat (limited to 'lang/js/src/Errors.js')
-rw-r--r-- | lang/js/src/Errors.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/js/src/Errors.js b/lang/js/src/Errors.js index bfe3a2f4..7e98f319 100644 --- a/lang/js/src/Errors.js +++ b/lang/js/src/Errors.js @@ -25,10 +25,6 @@ const err_list = { + ' established.', type: 'error' }, - 'CONN_DISCONNECTED': { - msg:'Connection with the nativeMessaging host was lost.', - type: 'error' - }, 'CONN_EMPTY_GPG_ANSWER':{ msg: 'The nativeMessaging answer was empty.', type: 'error' |