- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 12 Dec 2016 05:43:13 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Monday, 12 December 2016 18:52:31 UTC
kenchris commented on this pull request. > + </h3> + <p> + 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 service worker + registration. 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> and <a>serviceworker object</a> Ok, fixed -- 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 Monday, 12 December 2016 18:52:31 UTC