Skip to content

trackkit / dispatcher/types / FallbackStrategy

Type Alias: FallbackStrategy

FallbackStrategy = Extract<TransportMode, "proxy" | "beacon">

Defined in: dispatcher/types.ts:264

Strategy for handling failed requests and network issues when a blocker is detected.

See TransportMode for mode details.

Released under the MIT License.