CI / Build & Test (push) Successful in 2m52s
Chrome warns that an empty fetch listener adds navigation overhead. Removed the handler entirely — a registered SW without a fetch handler still satisfies Chrome's PWA installability requirement since v112.
4 lines
198 B
JavaScript
4 lines
198 B
JavaScript
// Minimal service worker required for PWA installability.
|
|
// No fetch handler needed — the extension bundle is already local
|
|
// and Chrome does not require one for the install prompt since v112.
|