fix(build): migrate project tooling and tests to the smartconfig setup and updated IndexedDB dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ export interface IWebStoreOptions {
|
||||
}
|
||||
|
||||
export class WebStore<T = any> {
|
||||
public db: plugins.idb.IDBPDatabase;
|
||||
public db!: plugins.idb.IDBPDatabase;
|
||||
public options: IWebStoreOptions;
|
||||
private initCalled: boolean = false;
|
||||
private readyDeferred = plugins.smartpromise.defer();
|
||||
|
||||
Reference in New Issue
Block a user