Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / REPLAY_DIVERGENCE_BRAND

Variable: REPLAY_DIVERGENCE_BRAND

ts
const REPLAY_DIVERGENCE_BRAND: unique symbol;

Defined in: packages/core/src/channels/pause.ts:40

Brand attached to the signal thrown by pause(value) when the positional replay diverges from the journaled pause identity (W-120). Cross-realm safe like PAUSE_SIGNAL_BRAND.

Stable