So I saw this article this evening and noticed a couple of things different from what we
are doing. I intend to file a number of JIRAs tomorrow but wanted to fire this off for
anyone interested to take a look. This is an amazing writeup of everything SimplePush on
FFOS.
https://hacks.mozilla.org/2013/07/dont-miss-out-on-the-real-time-fun-use-...
A couple things I noticed at first glance:
navigator.push.registrations() - provides a list of current registrations. Currently this
is implemented more behind the scenes in that we automatically reregister any existing
channels and use them as needed. They don't actually say how to use that list though
The talk about checking for push support but we are making that unnecessary. ;
Most of the rest of it is just useful information for both the client and server.