Skip to content

createOpfsEffects

createOpfsEffects(storePath, deps?): OpfsEffects

Defined in: packages/client/src/opfs-effects.ts:75

Construct the real OPFS effects for a store, all under store-path.ts’s disjoint namespaces. The returned object’s methods satisfy the idempotency contracts the store-lifecycle.ts machines require, so a boot that resumes an interrupted destruction/candidate re-runs them safely.

string

OpfsEffectsDeps

OpfsEffects