tomayac’s avatartomayac’s Twitter Archive—№ 9,795

    1. 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
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @tomayac
    @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