- cleaned some code.
- routing offline - pushNotification
This commit is contained in:
@@ -105,6 +105,7 @@ let idbKeyval = (() => {
|
||||
});
|
||||
},
|
||||
async clearalldata(table) {
|
||||
console.log('clearalldata', table)
|
||||
return await withStore('readwrite', table, store => {
|
||||
store.clear();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user