Re: [whatwg/fetch] consider failing same-origin fetch requests that get a cross-origin cors Response synthesized by a service worker (#629)

Ok, fair enough.  I was confusing a mode==cors Request.  I thought that was a CORS Response with a same-origin URL, but you are correct it should return a basic Response.  A CORS Response should only be returned if something cross-origin happened.  Sorry for my confusion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/629#issuecomment-343402143

Received on Friday, 10 November 2017 08:03:33 UTC