Re: [w3c/manifest] [WIP] Adding file_handlers and launch consumer (#1005)

@dmurph commented on this pull request.



> +          <p>
+            When a [=file type=] is registered with a web app and one or more
+            of these registered files are launched on the platform, run the
+            following steps, given the launched {{FrozenArray}} of
+            {{FileSystemHandle}}s |files:FrozenArray&lt;FileSystemHandle&gt;|
+            and the corresponding [=file handler|file_handler=].
+          </p>
+          <ol>
+            <li>Let |url| be the |file_handler|.[=file handler/action=].
+            </li>
+            <li>Let |browsing context| be the result of creating a new
+            [=top-level browsing context=].
+            </li>
+            <li>[=Navigate=] |browsing context| to |url|.
+            </li>
+            <li>XXX Wait for navigation to be complete?

PTAL

-- 
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/1005#discussion_r715897628

Received on Friday, 24 September 2021 20:52:39 UTC