Durable storage for the outbox queue. All methods may be sync or async — the outbox awaits them either way. load() returns null when nothing is persisted (or the backing store is unavailable, e.g. SSR).
load()
null
Durable storage for the outbox queue. All methods may be sync or async — the outbox awaits them either way.
load()returnsnullwhen nothing is persisted (or the backing store is unavailable, e.g. SSR).