Right now in addition to delete indexedDB content we're also deleting virtual file and destructing module.
Details
Details
Test login/logout
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/database/worker/db-worker.js | ||
---|---|---|
150–151 | Flow forced this because of this sqliteQueryExecutor = null; in line 221 |
Comment Actions
We could probably simplify error handling by passing sqliteQueryExecutor as an argument (that's never null) to the operation handling functions. And move all "Database not initialized" error handling to the main funciton