Closed dgeb closed 3 years ago
By default IndexedDBCache#migrateDB will now call createDB, which idempotently creates object stores as needed.
IndexedDBCache#migrateDB
createDB
Also, introduces IndexedDBCache#createTransaction to DRY up the implementation.
IndexedDBCache#createTransaction
By default
IndexedDBCache#migrateDB
will now callcreateDB
, which idempotently creates object stores as needed.Also, introduces
IndexedDBCache#createTransaction
to DRY up the implementation.