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

When the file size is big, audio/video element will send multiple requests.
- First, audio/video element sends a GET request(1).
- The user clicks the seek bar of audio/video element, the browser will send a Range request(2).

I don't understand what "network layer" means in this situation.
Are you saying that the second Range request(2) should not be handled by the ServiceWorker?


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

Received on Monday, 15 June 2015 05:34:21 UTC