- Service Worker
- Indexdb
This commit is contained in:
6
src/globalroutines/index.js
Normal file
6
src/globalroutines/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import indexdb from './indexdb'
|
||||
|
||||
export default async (context, cmd, table, data = null) => {
|
||||
console.log('globalroutines', cmd, table, data)
|
||||
return await indexdb(context, cmd, table, data)
|
||||
}
|
||||
Reference in New Issue
Block a user