Skip to main content
Version: 0.1.2

Interface: FetchAdapterInit

Imported from @react-logic/utils

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

readonly signal: AbortSignal