- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 26 Apr 2021 05:05:18 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 April 2021 12:05:31 UTC
@kenchris commented on this pull request. > + system. + </p> + <p> + The steps for <dfn>processing the <code>protocol_handlers</code> + member</dfn> are given by the following algorithm. The algorithm + takes a <a data-cite= + "WEBIDL#sequence-type">sequence</a><<a>ProtocolHandlerItem</a>> + <var>protocol_handlers</var> and a <a>URL</a> <var>manifest + URL</var>. This algorithm returns a <a data-cite= + "WEBIDL#sequence-type">sequence</a><<a>ProtocolHandlerItem</a>>. + </p> + <ol> + <li>Let <var>processedProtocolHandlers</var> be a new Array object + created as if by the expression []. + </li> + <li><a href="https://infra.spec.whatwg.org/#list-iterate">For each</a> <var>protocol_handler</var> (<a>ProtocolHandlerItem</a>) [=list/iterate=] Use xref to find the best way to refer https://respec.org/xref/?term=iterate -- 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/972#pullrequestreview-644589582
Received on Monday, 26 April 2021 12:05:31 UTC