aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/src/Connection.js
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-14 14:23:24 +0000
committerMaximilian Krambach <[email protected]>2018-05-14 14:23:24 +0000
commit987b31746809dfe04966e37edd759a448a28d975 (patch)
tree8f1bc971f712c55740af924333557e21c9a99d86 /lang/js/src/Connection.js
parentjs: more testing of nativeMessaging connection (diff)
downloadgpgme-987b31746809dfe04966e37edd759a448a28d975.tar.gz
gpgme-987b31746809dfe04966e37edd759a448a28d975.zip
js: Tests and improvements for openpgp mode
-- * Added openpgp - Mode tests to the browsertest Extension. These tests require openpgp, which should not be a hard dependency for the main project. Packing openpgpjs into the extension is still TODO * Fixes: - openpgp mode API now correctly handles parameters as an object, similar to openpgpjs - proper check and parsing of openpgpjs Message Objects
Diffstat (limited to 'lang/js/src/Connection.js')
-rw-r--r--lang/js/src/Connection.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/js/src/Connection.js b/lang/js/src/Connection.js
index 64621f60..1931a55b 100644
--- a/lang/js/src/Connection.js
+++ b/lang/js/src/Connection.js
@@ -181,7 +181,6 @@ class Answer{
if (!this._response.hasOwnProperty(key)){
this._response[key] = '';
}
- // console.log(msg[key]);
this._response[key] += msg[key];
}
//params should not change through the message