Skip to content

FetchOptions

FetchOptions = object

Defined in: @storesynk/react/dist/runtime.d.ts:25

Per-fetch options for the runtime helpers.

optional fresh?: boolean

Defined in: @storesynk/react/dist/runtime.d.ts:27

Bypass the module cache and fetch live (per-request SSR freshness).


optional scope?: RequestScope

Defined in: @storesynk/react/dist/runtime.d.ts:30

With fresh: dedupe fetches within one request (see createRequestScope). Without it, every fresh call fetches.