Re: [slightlyoff/ServiceWorker] Foreign fetch vs non-credentialed requests (#878)

@wanderview the moment you allow B to be credentialed you have that problem. And given that existing service workers are credentialed it seems like that will be the common case.

@metromoxie it depends on what mode A used. If A used "cors", you'd get a network error. If A used "no-cors", A would just get an opaque response, as it always would in this scenario.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/878#issuecomment-210531850

Received on Friday, 15 April 2016 16:31:29 UTC