Remove IndexedDB files after removing IndexedDB database
This commit is contained in:
@@ -41,6 +41,7 @@ module.exports = {
|
||||
|
||||
close,
|
||||
removeDB,
|
||||
removeIndexedDBFiles,
|
||||
|
||||
createOrUpdateGroup,
|
||||
getGroupById,
|
||||
@@ -319,6 +320,10 @@ async function removeDB() {
|
||||
await channels.removeDB();
|
||||
}
|
||||
|
||||
async function removeIndexedDBFiles() {
|
||||
await channels.removeIndexedDBFiles();
|
||||
}
|
||||
|
||||
// Groups
|
||||
|
||||
async function createOrUpdateGroup(data) {
|
||||
|
Reference in New Issue
Block a user