This commit is contained in:
antelle 2019-09-28 23:42:21 +02:00
parent b6be4375bd
commit 82cad800c2
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ const KdbxwebInit = {
});
},
// eslint-disable-next-line object-shorthand
workerPostRun: function() {
self.postMessage({ op: 'postRun' });
self.onmessage = e => {
@ -128,6 +129,7 @@ const KdbxwebInit = {
};
},
// eslint-disable-next-line object-shorthand
calcHash: function(Module, args) {
let { password, salt } = args;
const { memory, iterations, length, parallelism, type, version } = args;