- From: Jake Archibald <notifications@github.com>
- Date: Mon, 09 Apr 2018 06:26:19 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 April 2018 13:26:42 UTC
jakearchibald commented on this pull request. > @@ -3186,6 +3224,27 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps: <!-- not resetting actualResponse since it's no longer used anyway --> </ol> + <li> + <p>If <var>response</var>'s <a for=response>status</a> is <code>206</code>, + and <var>response</var>'s <a for=response>range requested flag</a> is set, and + <var>request</var>'s <a for=request>header list</a> does not <a for="header list">contain</a> + "<code>`Range`</code>", then return a <a>network error</a>. Ah, this should only happen for opaque responses. I'll fix that too. -- 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/560#discussion_r180092844
Received on Monday, 9 April 2018 13:26:42 UTC