- From: Dan Robertson <notifications@github.com>
- Date: Wed, 15 Jun 2022 17:50:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 June 2022 00:50:48 UTC
@dlrobertson commented on this pull request. I can wait to implement this until after/with the blob range PR. > @@ -1103,17 +1103,23 @@ run these steps: <li><p>If <var>position</var> is not past the end of <var>data</var>, then return false. <li> - <p>If <var>rangeEnd</var>'s <a for=string>length</a> is 0, then return true. + <p>If <var>rangeEnd</var>'s <a for=string>length</a> is 0 and <var>rangeStart</var>'s This would mean `bytes=-` would be invalid. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1454#pullrequestreview-1008361891 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1454/review/1008361891@github.com>
Received on Thursday, 16 June 2022 00:50:48 UTC