Skip to content

LiveDiffState

Defined in: packages/client/src/worker/live-diff.ts:39

The worker’s per-subscription memory: the last delivered rows keyed by rowKey, in delivered order.

optional pkColumns?: readonly string[]

Defined in: packages/client/src/worker/live-diff.ts:40


previous: Map<string, Record<string, unknown>>

Defined in: packages/client/src/worker/live-diff.ts:42

key → the exact row body last sent, so the next diff can detect changed and skip unchanged rows.