Skip to content

@uservane/browser: fetchBootstrap

fetchBootstrap(params): Promise<BootstrapResponse | null>

Defined in: client.ts:23

Fetch survey definitions, targeting rules, suppression set, and show-tokens. Returns null on any failure (network, non-2xx, invalid JSON, bad apiBase). Fail closed: never throws to the host.

FetchBootstrapParams

Promise<BootstrapResponse | null>