You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/pwabuilder/Services/ServiceWorkerAnalyzer.cs
+2-39Lines changed: 2 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,9 @@ public async Task<PwaCapability> TryRunOfflineCheck(ServiceWorkerDetection? swDe
106
106
// To test offline capability, we load the page in puppeteer. Then we disconnect the network and try to reload the page.
107
107
// If the page loads successfully while offline, we mark the capability as passed.
108
108
// NOTE: in the past we used Lighthouse's offline audit for this check. But as of summer 2025, Lighthouse has removed PWA audits including offline support audit.
0 commit comments