Merge branch 'develop' into pizzax-indexeddb
This commit is contained in:
commit
a44a43ed0f
39 changed files with 560 additions and 615 deletions
|
|
@ -41,6 +41,8 @@ export class Storage<T extends StateDef> {
|
|||
return promise;
|
||||
}
|
||||
|
||||
private connection = stream.useChannel('main');
|
||||
|
||||
constructor(key: string, def: T) {
|
||||
this.key = key;
|
||||
this.deviceStateKeyName = `pizzax::${key}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue