- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 04:14:41 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:15:16 UTC
kenchris commented on this pull request. > + The <dfn><code>serviceworker</code> member</dfn> describes a + service worker as defined in [[!SERVICE-WORKERS-1]]. + </p> + <p> + The <a><code>serviceworker</code> member</a> represents a <a + href="https://w3c.github.io/ServiceWorker/#service-worker-registration-concept"> + service worker registration</a>. Other service worker registrations can be done, for instance + by a script; if these have different scopes they will be considered separate + registrations. If they have the same scope and script URL, they coalesce. + If they have different script URLs, last one wins. + </p> + <p> + The <dfn>steps for processing the <code>serviceworker</code> + member</dfn> are given by the following algorithm. The algorithm + takes a <a>manifest</a> <var>manifest</var>. This algorithm returns a + registration object <var>registration</var>, which can be <code>undefined</code>. ok -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/507
Received on Wednesday, 28 December 2016 12:15:16 UTC