- From: alancutter <notifications@github.com>
- Date: Thu, 27 Oct 2022 23:14:21 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 October 2022 06:14:33 UTC
@alancutter commented on this pull request.
> @@ -2249,6 +2246,34 @@ <h3>
available underneath an icon).
</p>
</section>
+ <section>
+ <h3 id="installation-sec">
+ Launching a web application
+ </h3>
+ <p>
+ The steps to <dfn>launch a web application</dfn> is given by the
+ following algorithm. The algorithm takes a
+ [=Document/processed manifest=] |manifest:processed manifest|,
+ an optional |target URL:URL| and returns a
+ [=service worker client/window client=].
I should update the launch_handler to use browsing context. I went with Service Worker window client in the interest of being compatible with the `clients` interface inside SW but looks like Service Worker window clients are 1:1 with navigated browsing contexts: https://w3c.github.io/ServiceWorker/#control-and-use-window-client
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1056#discussion_r1007678669
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/pull/1056/review/1159510383@github.com>
Received on Friday, 28 October 2022 06:14:33 UTC