Re: [w3c/manifest] Add support for 'serviceworkers' member (#507)

kenchris commented on this pull request.



> +          </li>
+          <li>Let <var>type</var> be the result of running the <a>steps
+          for processing the <code>scope</code> member of a service worker</a>
+          passing <var>serviceworker</var>.
+          </li>
+          <li>If <var>scope</var> is not <code>undefined</code>,
+          set<var>serviceworker</var>'s <code>scope</code>
+          property to be <var>scope</var>.
+          </li>
+          <li>Return <var>serviceworker</var>.
+          </li>
+        </ol>
+        <div class="example">
+          In the following example, the web application is listing
+          a service worker for the <code>/foo</code> scope:
+<pre class="">

ok, needs to be applied elsewhere in the spec

-- 
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 19:17:08 UTC