- From: Evan Stade <notifications@github.com>
- Date: Fri, 24 Sep 2021 14:43:47 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 September 2021 21:44:00 UTC
@evanstade commented on this pull request. > + |json|["file_handlers"] is not a [=list=], return. + </li> + <li>[=list/For each=] |entry:ordered map| of |json|["file_handlers"]: + <ol> + <li>Let |file_handler:ordered map| be [=process a file handler + item=] with |entry|. + </li> + <li>If |file_handler| is failure, continue. + </li> + <li>[=list/Append=] |file_handler| to |processedFileHandlers|. + </li> + </ol> + </li> + </ol> + <p> + On [=installation=], a user agent SHOULD register the file handlers @marcoscaceres wdyt? -- 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_r715919271
Received on Friday, 24 September 2021 21:44:00 UTC