You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use ReferenceStore, store creation becomes async. This can have a big effect on the surrounding code, as the consumer and upstream call chain therefore must become async.
In order to use ReferenceStore, store creation becomes
async
. This can have a big effect on the surrounding code, as the consumer and upstream call chain therefore must become async.zarrita.js/packages/storage/src/ref.ts
Line 102 in ee79e0a
Could store creation for
ReferenceStore
be more lazy, analogous to theZipStore
?zarrita.js/packages/storage/src/zip.ts
Line 82 in ee79e0a
ZipStore does not await (
this.info
) until it is needed duringget
zarrita.js/packages/storage/src/zip.ts
Line 73 in ee79e0a
The text was updated successfully, but these errors were encountered: