Type Alias: FetchCustomOptions
FetchCustomOptions =
object&FetchRetryOptions
Defined in: packages/fetch/src/types.ts:68
Custom fetch options (not used by built-in fetch()
Type Declaration
abortCtrl?
optionalabortCtrl:AbortController
as?
optionalas:FetchAs
Specify how the parse the result. To get raw response use FetchAs.response. Default: 'json'
body?
errMsgs?
optionalerrMsgs:FetchErrMsgs
interceptors?
optionalinterceptors:FetchInterceptors
timeout?
optionaltimeout:number
Request timeout in milliseconds.
validateUrl?
optionalvalidateUrl:boolean