[fetch] Cache mode: partial content (#38)

@mayhemer it's not entirely clear to me how to deal with partial content. Does us handling that mean we also pay special attention to a 206 response? What's the logic here, if we notice we have a partial cache entry, we set `If-Range`, then if there's a 206 response, we combine some stuff and hand out the combined response as a 200 to content? Does this only happen for media elements basically?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/38

Received on Sunday, 5 April 2015 11:39:47 UTC