Re: Push API and Service Workers

On Wed, Oct 15, 2014 at 3:07 PM, Shijun Sun <shijuns@microsoft.com> wrote:
> My understanding here is that we want to leverage the "push client" in the OS.  That will provide new capabilities without dependency on a direct connection between the app and the app server.

Yes, this is how the spec is defined. The spec leaves it up to the
implementation how to transport the information from the push server
to the device. This part is entirely transparent to the webapp, even
once we specify the server side of the push feature, and so is up to
the implementation to do through whatever means it wants.

/ Jonas

Received on Monday, 20 October 2014 01:43:36 UTC