Skip to main content

Interface: Persisted

What goes to disk. The version clocks travel with the values — that is the whole point: a reopened tab re-enters the last-writer-wins race with its real term instead of a fresh zero, so a restored value can legitimately beat, or legitimately lose to, whatever the live tabs are holding.

Properties

state

state: Record<string, unknown>;

v

v: 1;

versions

versions: Record<string, Version>;