Re: [fetch] Clarify the hooks into RFC6265 (#221)

>  
> +    <ol>
> +     <li><p>Let <var>cookies</var> be the result of the user agent's cookie store and
> +     <var>httpRequest</var>'s <a href="#concept-request-current-url" title="concept-request-current-url">current url</a> into the
> +     "cookie-string" algorithm (see <a href="https://tools.ietf.org/html/rfc6265#section-5.4">section 5.4</a>
> +     of <a href="#refsCOOKIES">[COOKIES]</a>).

This sentence reads a little weird I think. Perhaps 'be the result of running the "cookie-string" algorithm (...) with the user agent's cookie store and _httpRequest_'s current url".

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/221/files#r53749808

Received on Tuesday, 23 February 2016 08:36:47 UTC