A progressive web app (PWA) works offline but users report stale content persisting for days after a deployment. What service worker strategy is misconfigured?
-
A
The install event is not firing
-
B
The cache-first strategy lacks a cache versioning or update mechanism; stale-while-revalidate or cache busting is needed
-
C
Push notifications are disabled
-
D
The manifest.json is missing the start_url field