Skip to content

ServiceWorkerConfig

Nodepod API


Nodepod API / src / ServiceWorkerConfig

Defined in: src/request-proxy.ts:89

optional skipPreflight?: boolean

Defined in: src/request-proxy.ts:95

Skip the HEAD preflight that checks /sw.js is served as JS. Opt in if your host blocks HEAD, needs auth, or otherwise trips the probe.


optional swUrl?: string

Defined in: src/request-proxy.ts:90