- From: Daniel Murphy <notifications@github.com>
- Date: Wed, 29 Sep 2021 16:40:25 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 September 2021 23:40:37 UTC
@dmurph commented on this pull request. > + <section data-dfn-for="LaunchParams"> + <h3> + <dfn>LaunchParams</dfn> interface + </h3> + <pre class="idl"> + [Exposed=Window] interface LaunchParams { + readonly attribute FrozenArray<FileSystemHandle> files; + }; + </pre> + <section> + <h2> + <dfn>files</dfn> attribute + </h2> + <p> + The {{LaunchParams/files}} attribute is a {{FrozenArray}} of + {{FileSystemHandle}}s. Done. -- 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_r718956521
Received on Wednesday, 29 September 2021 23:40:37 UTC