Merge branch 'develop' into pizzax-indexeddb

This commit is contained in:
tamaina
2022-01-16 18:01:23 +09:00
190 changed files with 3668 additions and 4909 deletions

View File

@@ -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] })