- From: Daniel Murphy <notifications@github.com>
- Date: Wed, 02 Mar 2022 09:01:51 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 March 2022 17:02:03 UTC
@dmurph 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 I believe this language was suggested by @inexorabletash -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1005#discussion_r817904971 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1005/review/897876600@github.com>
Received on Wednesday, 2 March 2022 17:02:03 UTC