Re: [w3c/ServiceWorker] Service workers allow for more responses to be executed as script (#1509)

> I only suggest that you avoid having the CORB part of the spec depend on how the content was requested (e.g., whether it was from a ServiceWorker)

Fwiw, that wouldn't be the condition here. The condition would be "is the response opaque, and was the request method not-GET?"

The condition wouldn't be dependent on the service worker at all. Although, I realise it's still checking aspects of the request.

It doesn't need to be in the same bit of the spec as CORB of course, but it would seem a shame to copy & paste a lot of the prose if it's 90% the same.

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

Received on Wednesday, 15 April 2020 16:18:09 UTC