- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Mon, 24 Oct 2016 08:56:37 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Monday, 24 October 2016 15:57:11 UTC
RobDolinMS 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 class="note">
+ The <code>serviceworkers</code> member is processed using the <a>steps for
+ processing an array of service workers</a>.
+ </p>
+ <div class="example">
+<pre class="">
+"serviceworkers": [{
+ "src": "sw.js",
+ "scope": "/foo",
+ "options": {}
+}
@kenchris - Should like 1971 be `}]` to match line 1967?
--
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#pullrequestreview-5479931
Received on Monday, 24 October 2016 15:57:11 UTC