gpgme/lang/js/src
Maximilian Krambach 94ee0988d4 js: change the write access for js class methods
--
* src/ [Connection, Error, Key, Keyring, MEssage, Signature, gpgmejs]:
    Functions and values that are not meant to be overwritten are now
    moved into their constructors, thus eliminating the possibility of
    overwrites after initialization.

* Key: The mode of use (synchronous cached, or async promises) ivs now
  determined at initialization of that Key. The property Key.isAsync
  reflects this state.

* unittests: fixed old Key syntax for testing.

* Message.js isComplete is now a method and not a getter anymore.

* Added some startup tests.
2018-07-27 20:36:21 +02:00
..
Connection.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
Errors.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
gpgmejs.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
Helpers.js js: documentation 2018-07-10 14:32:26 +02:00
index.js js: documentation 2018-07-10 14:32:26 +02:00
Key.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
Keyring.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
Makefile.am Prepare build system for gpgme-js and dist it 2018-06-19 16:40:40 +02:00
Message.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
permittedOperations.js js: typo in comment 2018-07-18 13:43:47 +02:00
Signature.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00