Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchDataProps

Hierarchy

  • FetchDataProps

Index

Properties

Optional abortSignal

abortSignal: AbortSignal

Signal to abort requests that are in flight

Optional body

body: Record<string, unknown>

Optional body to attach to the request

Optional credentials

credentials: RequestCredentials

Optionally set the request's credentials

Optional headers

headers: Headers

Optional headers to attach to the request

method

method: FetchMethod

The method to fetch with

url

url: RequestInfo

The url to execute a fetch on

Generated using TypeDoc