-
Quick analysis of the core PWA features in @webkit (STP 46): • Offline: ✅ 'serviceWorker' in navigator && 'caches' in window • Push: ❌ navigator.serviceWorker.getRegistration().then(reg => console.log('pushManager' in reg)) • A2HS: ❌ 'BeforeInstallPromptEvent' in window
-
@webkit Realizing this kind of PWA feature detection reporting would be needed more frequently in the future I have released 🕵️♀️PWA Feature Detector: x.com/tomayac/status/943886484062564359