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

We disallow mixing ranged responses from different origins.
But we allow mixing ranged responses from different origins when CORS is enabled.

See https://code.google.com/p/chromium/issues/detail?id=532569

We have layout test for this.
https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/LayoutTests/http/tests/media/mixed-range-response.html
https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/service-worker-mixed-response.html


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

Received on Friday, 22 January 2016 08:06:12 UTC