- From: Evan Stade <notifications@github.com>
- Date: Wed, 12 Jan 2022 16:36:54 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 January 2022 00:37:07 UTC
@evanstade commented on this pull request. > + <pre class="idl"> + [Exposed=Window] interface LaunchParams { + readonly attribute FrozenArray<FileSystemHandle> files; + }; + </pre> + <section data-cite="Permissions"> + <h2> + <dfn>files</dfn> attribute + </h2> + <p> + The {{LaunchParams/files}} attribute is a {{FrozenArray}} of + {{FileSystemHandle}}s. For every |file handle:FileSystemHandle| in + {{LaunchParams/files}}, the [=permission state=] for a descriptor + with {{FileSystemPermissionDescriptor/handle}} set to the |file + handle| and {{FileSystemPermissionDescriptor/mode}} set to + "{{FileSystemPermissionMode/"read"}} should be "granted". this has been changed to readwrite: crbug.com/1264489 -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1005#pullrequestreview-851140822 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1005/review/851140822@github.com>
Received on Thursday, 13 January 2022 00:37:07 UTC