- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 12 Dec 2016 05:43:23 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Message-ID: <w3c/manifest/pull/507/review/12456812@github.com>
kenchris commented on this pull request. > + 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> + <var>serviceworker</var> as an argument. This algorithm returns a + serviceworker object <var>serviceworker</var>, which can be <code>undefined</code>. + </p> + <ol> + <li>Let <var>src</var> be the result of running the <a>steps + for processing the <code>src</code> member of a service worker</a> + with <var>serviceworker</var> and <var>manifest URL</var>. :) -- 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:50:57 UTC