Re: [w3c/ServiceWorker] What happens to the request body if the fetch isn't handled? (#1191)

> I tried looking over browser behavior and it seems they mostly allow reading from both the service worker and server (i.e., it doesn't get disturbed explicitly).

I wonder if we could collect some data to determine how often this happens in practice.  Because if its something that has become commonplace then we may not be able to easily do:

> If the service worker touches request.body, it's disturbed and network fallback or redirect will result in a network error.

-- 
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/1191#issuecomment-499102471

Received on Wednesday, 5 June 2019 14:18:03 UTC