- From: alancutter <notifications@github.com>
- Date: Sun, 30 Oct 2022 20:36:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 October 2022 03:36:38 UTC
@alancutter commented on this pull request. > + an optional |target URL:URL| and returns a + [=service worker client/window client=]. + </p> + <ol class="algorithm"> + <li>If <var>url</var> is unset, set <var>url</var> to + |manifest|.[=manifest/start_url=]. + </li> + <li>Let |client| be the result of + <a href="https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-top-level-browsing-context"> + creating a new top-level browsing context</a>. + </li> + <li>[=Apply=] |manifest| to |client|. + </li> + <li>[=Navigate=] |client| to |url|. + </li> + <li>Return |client|. For this particular case default navigation failure handling is sufficient. Removed the client return. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1056#discussion_r1009004503 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1056/review/1161292124@github.com>
Received on Monday, 31 October 2022 03:36:38 UTC