Skip to main content
Version: v7.0.0

DispatcherMode


Import
import { DispatcherMode } from "@hyper-fetch/core"

Preview

enum DispatcherMode {
ALL_AT_ONCE = "all-at-once";
DEDUPLICATED = "deduplicated";
ONE_BY_ONE = "one-by-one";
PREVIOUS_CANCELED = "previous-canceled";
}
On this page