- fix: update on Insert

- fix: update on Edit
This commit is contained in:
Paolo Arena
2019-02-03 02:40:24 +01:00
parent 5db5fb7dd0
commit 5d987013c5
6 changed files with 103 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
let let idbKeyval = (() => {
let idbKeyval = (() => {
let db;
function getDB() {
@@ -52,7 +52,7 @@ let let idbKeyval = (() => {
console.log('store', store, 'key', key)
req = store.get(key);
});
console.log('RISFINALE!', req.result)
// console.log('RISFINALE!', req.result)
return req.result;
},
async getalldata(table) {