FetchOptions
FetchOptions =
object
Defined in: @storesynk/react/dist/runtime.d.ts:25
Per-fetch options for the runtime helpers.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”fresh?
Section titled “fresh?”
optionalfresh?:boolean
Defined in: @storesynk/react/dist/runtime.d.ts:27
Bypass the module cache and fetch live (per-request SSR freshness).
scope?
Section titled “scope?”
optionalscope?: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.