- From: Matt Falkenhagen <notifications@github.com>
- Date: Thu, 21 Jan 2016 23:09:16 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 22 January 2016 07:09:45 UTC
Chrome has changed this since the bug was filed. @horo-t can correct me if I'm wrong, but my understanding is now we disallow mixing ranged responses from different origins. Furthermore, this change didn't have much to do with service worker, except that we are sure to use the response URL, not the original request URL in case the SW did respondWith(fetch(some-other-origin)). Also, we don't allow mixing of responses between network and SW-generated via new Response(). See https://code.google.com/p/chromium/issues/detail?id=505829 --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/703#issuecomment-173830118
Received on Friday, 22 January 2016 07:09:45 UTC