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

kenchris commented on this pull request.



> @@ -2816,6 +2931,181 @@ <h3 id="applying">
     </section>
     <section>
       <h2>
+        The serviceworker object and its members
+      </h2>
+      <p>
+        A <dfn>serviceworker object</dfn> represents a service worker
+        registration for the web application.
+      </p>
+      <section>
+        <h3>
+          <code>src</code> member
+        </h3>
+        <p>
+          The <dfn data-lt="serviceworker-src"><code>src</code> member</dfn> of a
+          <a>serviceworker object</a> is a <a>URL</a> representing a
+          service worker.

@jungkees ^?

-- 
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:23:09 UTC