Skip to content

trackkit / dispatcher/types / NetworkDispatcherOptions

Type Alias: NetworkDispatcherOptions

NetworkDispatcherOptions = object

Defined in: dispatcher/types.ts:156

Properties

batching?

optional batching: NetworkBatching

Defined in: dispatcher/types.ts:157


resilience?

optional resilience: ResilienceOptions

Defined in: dispatcher/types.ts:158


performanceTracker?

optional performanceTracker: PerformanceTracker | null

Defined in: dispatcher/types.ts:159


defaultHeaders?

optional defaultHeaders: Record<string, string>

Defined in: dispatcher/types.ts:160