Interface: FetchAdapterInit
Imported from
@react-logic/utilsDefined in: utils/src/lib/fetch-adapter.ts:42
Init forwarded to the adapter. Mirrors RequestInit minus the signal
(the wrapper sets that itself) and minus window (only meaningful for
fetch in some environments).
signal is added at call time and is always present when the adapter
receives the init.
Extends
Omit<RequestInit,"signal"|"window">
Properties
signal
readonlysignal:AbortSignal
Defined in: utils/src/lib/fetch-adapter.ts:44