Skip to content

SetOnlinePayload

Defined in: packages/client/src/worker/protocol.ts:215

tab → worker: gate the worker’s outbound convergence (the board’s Offline toggle, ADR-0032 S3). In in-process mode the toggle gates the local autoSync trigger; the worker owns convergence instead, so the tab forwards the flag and the worker suppresses/resumes its flush passes. Going back online fires one immediate pass so queued writes flush without waiting for the next interval tick.

online: boolean

Defined in: packages/client/src/worker/protocol.ts:216