MCPcopy
hub / github.com/statelyai/xstate / BroadcastStorageOptions

Interface BroadcastStorageOptions

packages/xstate-store/src/persist.ts:956–959  ·  view source on GitHub ↗

Options for `createBroadcastStorage(...)`.

Source from the content-addressed store, hash-verified

954
955/** Options for `createBroadcastStorage(...)`. */
956interface BroadcastStorageOptions {
957 /** BroadcastChannel name. Defaults to `"xstate-store"`. */
958 channel?: string;
959}
960
961/** Storage adapter returned by `createBroadcastStorage(...)`. */
962type BroadcastStorage = StateStorage & {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…