- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 04:21:31 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:22:08 UTC
kenchris commented on this pull request. > + passing <var>unprocessed registration</var>. + </li> + <li>If <var>use cache</var> is <code>undefined</code> abort these steps + and return <code>undefined</code>. + </li> + <li>Otherwise, set <var>registration</var>'s <code>use_cache</code> + property to be <var>use cache</var>. + </li> + <li>Return <var>registration</var>. + </li> + </ol> + <div class="example"> + In the following example, the web application is listing + a service worker for the <code>/foo</code> scope, bypassing the user agent cache + when fetching the <code>"sw.js"</code> source: +<pre class="example"> ok -- 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:22:08 UTC