- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 04:21:27 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:22:09 UTC
kenchris commented on this pull request. > + <li>Let <var>scope</var> be the result of running the <a>steps + for processing the <code>scope</code> member of a service worker</a> + passing <var>unprocessed registration</var>. + </li> + <li>If <var>scope</var> is <code>undefined</code> abort these steps and + return <code>undefined</code>. + </li> + <li>Otherwise, set <var>registration</var>'s <code>scope</code> + property to be <var>scope</var>. + </li> + <li>Let <var>type</var> be the result of running the <a>steps + for processing the <code>type</code> member of a service worker</a> + passing <var>unprocessed registration</var>. + </li> + <li>If <var>type</var> is <code>undefined</code> abort these steps and + return <code>undefined</code>. :) -- 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:09 UTC