On Sun, Jun 23, 2013 at 3:53 PM, Mike Belshe <mike@belshe.com> wrote:
> One thing we haven't defined (and maybe this is where WHATWG could help)
> is with Javascript APIs for server push. For instance, what if the server
> can push a resource that the client never requests? Some simple javascript
> event notifications could really be interesting here.
Yep, I think this is well above this group.. WHATWG is the right place to
tackle this.
FWIW, you can "simulate" these types of notifications today by combining
SSE with server-push:
http://www.igvita.com/2013/06/12/innovating-with-http-2.0-server-push/ (see
client notifications section)
ig