- From: Daniel Murphy <notifications@github.com>
- Date: Fri, 24 Sep 2021 13:52:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 September 2021 20:52:39 UTC
@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<FileSystemHandle>| + 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