@uservane/browser: fetchBootstrap
Function: fetchBootstrap()
Section titled “Function: 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.
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<BootstrapResponse | null>