- From: Jake Archibald <notifications@github.com>
- Date: Tue, 07 Apr 2020 04:41:42 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 April 2020 11:41:55 UTC
Although there are a few APIs that send no-cors POST requests, none of them seem to use the response body. Around the same point in the spec as CORB (or even, part of CORB), if the request is no-cors & non-GET, the body of the response can be removed. The fetch will still succeed, and specs will still be able to look at the status code, but `<script>` etc will be given an empty response. -- 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-610337663
Received on Tuesday, 7 April 2020 11:41:55 UTC