OL2 (fix) Simplify idb (#5174)

* Simplify idb usage and collapse the class

* fix tests

* fmt
This commit is contained in:
Adam Hathcock
2025-08-26 12:06:47 +01:00
committed by GitHub
parent 6982023dca
commit cab2a401db
11 changed files with 180 additions and 247 deletions
@@ -1,7 +1,7 @@
import { CustomLogger, getFeatureFlag, ObjectLoader2Flags } from '../types/functions.js'
import { Base } from '../types/types.js'
import { ObjectLoader2 } from './objectLoader2.js'
import IndexedDatabase from './stages/indexedDatabase.js'
import { IndexedDatabase } from './stages/indexedDatabase.js'
import { MemoryDatabase } from './stages/memory/memoryDatabase.js'
import { MemoryDownloader } from './stages/memory/memoryDownloader.js'
import ServerDownloader from './stages/serverDownloader.js'