- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 04:25:40 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:27:16 UTC
kenchris commented on this pull request. > + </section> + <section> + <h3> + <code>type</code> member + </h3> + <p> + The <dfn data-lt="serviceworker-type"><code>type</code> member</dfn> of a + <a>serviceworker object</a> is the service worker's + <a href="https://html.spec.whatwg.org/multipage/workers.html#workertype">worker type</a>. + </p> + <p> + The <dfn>steps for processing the <code>type</code> member of a + service worker</dfn> are given by the following algorithm. The algorithm takes + a <a>serviceworker object</a> <var>registration</var>, and a <a>URL</a> <var>manifest + URL</var>, which is the <a>URL</a> from which the + <var>manifest</var> was fetched. This algorithm will return a Can you help with that? :-) -- 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:27:16 UTC