Re: [ServiceWorker] Receivers of ranged responses must ensure all ranges come from the same underlying resource (#703)

@horo-t no, it should be handled by the SW. What is unclear to me is what layer should be responsible for setting the range headers?

* API
* Fetch
  * Before service worker
  * Service worker
  * After service worker
  * Cache/Network

That determines how observable they are (most headers such as `User-Agent` and `If-Modified-Since` are set in the Cache/Network part and therefore not observable to service workers).

Separately we need to decide what happens with synthetic 206 responses.

@mayhemer you probably want to review this thread.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/703#issuecomment-112005503

Received on Monday, 15 June 2015 10:15:39 UTC