Re: [w3c/manifest] Adding file_handlers and launch consumer (#1005)

@evanstade commented on this pull request.



> +        <pre class="idl">
+          [Exposed=Window] interface LaunchParams {
+            readonly attribute FrozenArray&lt;FileSystemHandle&gt; 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