- From: Daniel Murphy <notifications@github.com>
- Date: Mon, 20 Sep 2021 16:36:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 September 2021 23:36:38 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? I added some notes about what we might want to do here instead - let me know what you think. -- 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_r712590589
Received on Monday, 20 September 2021 23:36:38 UTC