jakearchibald / isserviceworkerready

Tracking the status of ServiceWorker in browsers
https://jakearchibald.github.io/isserviceworkerready/
567 stars 65 forks source link

Tracking Push API #75

Open karolklp opened 8 years ago

karolklp commented 8 years ago

Hi! I think there's lack of valid information about browsers' support of Push and Notification API. They're not part of SW spec, but so does BackgroundSync, and a lot of people intents to use service worker for notifications. There are still details like lack of support of push payload, which is present in Android Push, which people find confusing. What do you think about including such info in this repo?

styfle commented 7 years ago

Is this a duplicate of #47