Skip to content

trackkit / dispatcher/types / TransportMode

Type Alias: TransportMode

TransportMode = "smart" | "fetch" | "beacon" | "proxy" | "noop"

Defined in: dispatcher/types.ts:330

Controls which low-level transport implementation Trackkit uses to send provider HTTP requests.

The mode affects how the dispatcher chooses between fetch, sendBeacon, an optional proxy transport, or a no-op.

See the docs for how each mode interacts with detectBlockers and fallbackStrategy.

Released under the MIT License.