- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 15 Dec 2016 01:04:37 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 December 2016 09:05:12 UTC
kenchris commented on this pull request.
> + </li>
+ <li>If <var>src</var> is <code>undefined</code>, or if the result of
+ running <a>Is origin potentially trustworthy</a>
+ with the origin of <var>src</var> is <code>Not Trusted</code>, abort
+ these steps and return <code>undefined</code>.
+ </li>
+ <li>Otherwise, let <var>registration</var> be an object with
+ properties <code>src</code>, <code>scope</code>, <code>type</code> and
+ <code>use_cache</code>. All properties initially set to
+ <code>undefined</code>.
+ </li>
+ <li>Set <var>registration</var>'s <code>src</code> property to be
+ <var>src</var>.
+ </li>
+ <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>
<li>If <a>obtaining the manifest</a> succeeds, and the
<var>service worker registration</var> of <a>manifest</a> is not
<code>undefined</code>, a user agent can at this point...
It is not invoked if it fails
--
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 Thursday, 15 December 2016 09:05:12 UTC