RequestLoadingEventType
Import
import { RequestLoadingEventType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestLoadingEventType<T> = { isOffline: boolean; isRetry: boolean; loading: boolean } & RequestEventType<T>;
Structure
RequestLoadingEventType
| Name | Type | Description |
|---|---|---|
| isOffline | | |
| isRetry | | |
| loading | | |
| request | | |
| requestId | |