- From: Dan Robertson <notifications@github.com>
- Date: Sat, 18 Feb 2023 10:31:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 18 February 2023 18:31:28 UTC
@dlrobertson commented on this pull request. > + <var>type</var>) ยป. + </ol> + + <li> + <p>Otherwise: + + <ol> + <li><p>Set <var>response</var>'s <a for=response>range-requested flag</a>. + + <li><p>Let <var>rangeHeader</var> be the result of <a for="header list">getting</a> + `<code>Range</code>` from <var>request</var>'s <a for=request>header list</a>. + <!-- Range should be added to the headers defined in HTTP extensions. See + https://github.com/whatwg/fetch/issues/1553 for future work --> + + <li><p>Let <var>rangeValue</var> be the result of <a>parsing a single range header value</a> + given <var>rangeHeader</var>. :+1: I'll re-read and post an update this weekend -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1520#discussion_r1111071871 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1520/review/1304648048@github.com>
Received on Saturday, 18 February 2023 18:31:28 UTC