Re: [fetch] Handling Partial Content / 206 (#144)

Some discussion at TPAC. There are many use cases for range requests, initial approach might be to identify bare minimum and only support those. E.g.,

0. Pass through range requests to the network
1. Serve range requests from a complete cache entry
2. Cache partial content when requested
3. Synthesise range requests to complete partial content (for full or partial requests)
4. ...

(0) and (1) are a straw-man target for now. Thoughts?

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

Received on Tuesday, 27 October 2015 06:17:40 UTC