- From: Salvador de la Puente González <notifications@github.com>
- Date: Sun, 28 Feb 2016 06:10:00 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 28 February 2016 14:10:32 UTC
IMHO, visibility rules should be the same as those governing in the _fetch from network_ case, i.e. CORS headers. I really don't get the point of not using CORS. If someone could clarify what does this means: > Reusing CORS directly doesn't work, since we want CORS responses to become opaque responses by default. I think responses for foreign fetch should not be different from already existent responses. For the client doing the request, it should not be distinguishable if the response comes from a sw handling a foreign fetch or from the network. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/841#issuecomment-189881293
Received on Sunday, 28 February 2016 14:10:32 UTC