UseQueueOptionsType
Import
import { UseQueueOptionsType } from "@hyper-fetch/react"
Source
Package
Preview
type UseQueueOptionsType = {
dispatcherType?: auto | fetch | submit;
keepFinishedRequests?: boolean;
}
Structure
UseQueueOptionsType
| Name | Type | Description |
|---|---|---|
| dispatcherType | | |
| keepFinishedRequests | |