Re: [whatwg/fetch] Propagate URL fragments (#696)

@domenic approved this pull request.



> @@ -2035,9 +2028,9 @@ not a <a>fresh response</a> or a <a>stale-while-revalidate response</a>.
 
 <hr>
 
-<p>The <dfn export for=response id=concept-response-location-url>location URL</dfn> algorithm of
-given a <a for=/>response</a> <var>response</var> is the following steps. They return null, failure,
-or a <a for=/>URL</a>.
+<p>The <dfn export for=response id=concept-response-location-url>location URL</dfn> algorithm, given
+a <a for=/>response</a> <var>response</var> and null or an <a for=/>ASCII string</a>
+<var>requestFragment</var> is the following steps. They return null, failure, or a <a for=/>URL</a>.

I'd suggest:

> The **location URL** of a response _response_, given null or an ASCII string _requestFragment_, is the value returned by the following steps. It will be either null, failure, or a URL.

-- 
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/696#pullrequestreview-591357853

Received on Tuesday, 16 February 2021 15:47:13 UTC