- From: Evan Stade <notifications@github.com>
- Date: Fri, 15 Oct 2021 08:51:39 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 October 2021 15:51:51 UTC
@evanstade 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 After some more thought, I think this makes more sense if it's based on the app scope. That is, any navigation or reload that remains within app scope gets the file handles. (Originally I was thinking of origin because it's the standard security boundary, but if we're supporting scope extensions then I suppose the security boundary ought to be a set of origins.) -- 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_r729938991
Received on Friday, 15 October 2021 15:51:51 UTC