w3c / push-api

Push API
https://w3c.github.io/push-api/
Other
145 stars 40 forks source link

Any overview of spec implementation status for browsers? #295

Closed fatso83 closed 6 years ago

fatso83 commented 6 years ago

I was wondering if there was any way of checking to what degree browsers conformed to the spec and/or this draft?

A posting on SO regarding whether the push service provider was configurable somehow landed me on #287, #258 and #293, changing my perspective from "Not possible per the spec" to "This might well work, given support in the browser".

The problem now is finding out if and how the support is implemented. For instance, I read that Firefox makes the service configurable, but actually searching the net for info on this is rather fruitless, landing me on countless introduction articles. Some kind of feature table (with optional links to browser documentation) would be nice to have, but, of course, I do see this is outside the scope of this project. Still, you might know if such an overview exists?

martinthomson commented 6 years ago

This isn't really an appropriate place to ask questions.

https://developer.mozilla.org/en-US/docs/Web/API/Push_API is the best I'm aware of regarding documentation. It's light.

https://caniuse.com/#feat=push-api is the usual place to go for feature compatibility information.