Re: [whatwg/fetch] Integrate Client-Hints with Fetch (#258)

>   <li>
>    <p>If <var>request</var> is a <span>subresource request</span>, run these substeps:
>  
>    <ol>
> +   <li><p>If the <var>request</var>'s <span title=concept-client-hint-list>client hints list</span> is not empty, run these substeps for each <var>hint-name</var> in the list:
> +
> +    <ol>
> +     <li>
> +      <p>Set <var>value</var> to the first matching statement, if any, switching on
> +      <var>hint-name</var>:
> +
> +       <dl class=switch>

And its children too.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/258/files/1185bc1e7c71785224cfc26140eb01ad038cc6f0#r58839639

Received on Thursday, 7 April 2016 08:59:17 UTC