- From: Dan Robertson <notifications@github.com>
- Date: Thu, 10 Nov 2022 15:31:56 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 November 2022 23:32:08 UTC
@dlrobertson commented on this pull request. > + following steps: + + <ol> + <li><p>Let <var>rangeHeader</var> be the result of <a>extracting header list values</a> given + `<code>Range</code>` and <var>request</var>'s <a for=response>header list</a>. + + <li><p>Let <var>rangeValue</var> be the result of <a>parsing a single range header value</a> + given <var>rangeHeader</var>. + + <li><p>If <var>rangeValue</var> is failure, then return a <a>network error</a>. + + <li> + <p>blob.slice(<var>rangeStart</var>[0], <var>rangeValue</var>[1], <var>type</var>) here + on <var>body</var>. + + <p class="note">TODO(dlrobertson): This requires a lot more thought. Made a first attempt at this in https://github.com/w3c/FileAPI/pull/183. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1520#discussion_r1019702349 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1520/review/1176622190@github.com>
Received on Thursday, 10 November 2022 23:32:08 UTC