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

>From a spec point of view, I think this is pretty easy. If the user doesn't call `respondWith`, we disturb `request.body`. Over in the fetch spec, once "handle fetch" is called, if no response is provided and `request.body` is disturbed, return 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-326031249

Received on Wednesday, 30 August 2017 15:40:49 UTC