ServiceWorkerConfig
Nodepod API / src / ServiceWorkerConfig
Interface: ServiceWorkerConfig
Section titled “Interface: ServiceWorkerConfig”Defined in: src/request-proxy.ts:89
Properties
Section titled “Properties”skipPreflight?
Section titled “skipPreflight?”
optionalskipPreflight?: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.
swUrl?
Section titled “swUrl?”
optionalswUrl?:string
Defined in: src/request-proxy.ts:90