- From: Peter Beverloo <notifications@github.com>
- Date: Tue, 03 Feb 2015 10:06:08 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Message-ID: <w3c/push-api/pull/112/r24024404@github.com>
> @@ -223,14 +228,28 @@ > The term <dfn>webapp server</dfn> refers to server-side components of a <a>webapp</a>. > </p> > <p> > - The term <dfn>push message</dfn> refers to an indication to a <a>webapp</a> that there is > - new information for it from the <a>webapp server</a>, all or part of which MAY be contained > - in the <a>push message</a> itself. > + A <dfn>push message</dfn> is an indication to a <a>webapp</a> that there is new information > + for it from the <a>webapp server</a>, all or part of which MAY be contained in the <a>push > + message</a> itself. > + </p> > + <p> > + A <dfn>push subscription</dfn> is a message delivery context that is established between > + the <a>user agent</a> and the <a>push service</a> on behalf of a <a>service worker > + registration</a>, and it is associated with that <a>service worker registration</a>. A > + <a>push subscription</a> MUST NOT persist longer than its associated <a>service worker > + registration</a>, but it MAY be terminated earlier. What about this: A push subscription is a message delivery context established between the user agent and the push service on behalf of a webapp, and is associated with the webapp's service worker registration. It avoids the double "service worker registration" term, s/it// and s/that is//. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/112/files#r24024404
Received on Tuesday, 3 February 2015 18:07:06 UTC