- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 28 Dec 2016 03:59:41 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 December 2016 12:00:14 UTC
kenchris commented on this pull request.
> manifest</a>.
</li>
<li>If <a>obtaining the manifest</a> results in an error, a user
agent can, at this point, fall back to using the <a>top-level
browsing context</a>' <code>Document</code>'s metadata to
populate an <a>installation process</a>' UI.
</li>
+ <li>If <a>obtaining the manifest</a> succeeds, and the result of running the
+ <a>steps for processing the serviceworker member</a> with <a>manifest</a>
+ returns a valid <var>registration</var>, a user agent can at this point
+ <ol>
+ <li>Let <var>client</var> be the <a>top-level browsing context</a>'
+ <code>Document</code>'s
+ <a href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object">
+ relevant settings object</a>, or <code>null</code> if unavailable.
+ <li>Invoke <a>Start Register</a> with <var>scope</var> and <var>src</var>
I am not sure how to best solve this. Maybe you could solve in a follow up?
--
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:00:14 UTC