Skip to content

Type Alias: HydrateOptions

HydrateOptions = Readonly<{ merge?: "preserve-existing" | "replace"; }>

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:692

Controls how FateClient.hydrate() reconciles a snapshot with browser cache state.

Released under the MIT License