Skip to main content
Version: 0.1.1

Type Alias: FetchStateBody

Imported from @react-logic/utils

FetchStateBody = BodyInit | object | null

Request body. Standard BodyInit (string, FormData, Blob, etc.) goes through as-is. Plain objects and arrays are JSON-stringified automatically and a Content-Type: application/json header is set if one isn't already present.