- From: Joshua Bell <notifications@github.com>
- Date: Wed, 29 Sep 2021 16:34:09 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 September 2021 23:34:22 UTC
@inexorabletash commented on this pull request.
> + </section>
+ <section data-cite="file-system-access">
+ <h2>
+ <dfn>Execute a file handler launch</dfn>
+ </h2>
+ <p>
+ A {{Window/window}} has an associated {{LaunchConsumer}} <dfn>assigned
+ launch consumer</dfn>.
+ </p>
+ <p>
+ A {{Window/window}} has an associated [=list=] of {{LaunchParams}}
+ <dfn>unconsumed launch params</dfn>.
+ </p>
+ <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
I think you'll [browsing session](https://html.spec.whatwg.org/multipage/history.html#browsing-sessions) is where you'll need to have the launch params live (rather than window), and then a window has access to the params via its browsing session.
I have low confidence in my answer here, maybe @jakearchibald can share some wisdom?
--
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_r718954085
Received on Wednesday, 29 September 2021 23:34:22 UTC