Merge branch 'develop' into pizzax-indexeddb
This commit is contained in:
commit
04bafc5aee
190 changed files with 3668 additions and 4909 deletions
|
|
@ -125,7 +125,7 @@ export class Storage<T extends StateDef> {
|
|||
return new Promise((resolve, reject) => {
|
||||
if ($i) {
|
||||
// api関数と循環参照なので一応setTimeoutしておく
|
||||
setTimeout(async () => {
|
||||
window.setTimeout(async () => {
|
||||
await defaultStore.ready;
|
||||
|
||||
api('i/registry/get-all', { scope: ['client', this.key] })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue