StoreWorkerQuiesceOutcome
Defined in: packages/client/src/worker/attach-sync-client.ts:370
The outcome of quiesceStoreWorker.
Properties
Section titled “Properties”engineHome
Section titled “engineHome”engineHome:
"shared-worker"|"elected-worker"
Defined in: packages/client/src/worker/attach-sync-client.ts:372
The store’s engine home as reported by its placement reply.
toreDown
Section titled “toreDown”toreDown:
boolean
Defined in: packages/client/src/worker/attach-sync-client.ts:377
True iff an SW-direct engine was torn down here (its host closed, releasing the backend connection).
false for an elected-worker home — there is no in-SharedWorker engine to close from this router-only
connection; the elected dedicated engine dies with its owning tab (the browser terminates it on document
teardown), releasing its store, so no active teardown is needed before a path-addressed destroy.