DispatcherMode
Import
import { DispatcherMode } from "@hyper-fetch/core"
Source
Package
Preview
enum DispatcherMode {
ALL_AT_ONCE = "all-at-once";
DEDUPLICATED = "deduplicated";
ONE_BY_ONE = "one-by-one";
PREVIOUS_CANCELED = "previous-canceled";
}