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

@wanderview but the developer of the service worker needs to take some kind of action to actually get the bytes. It seems there are optimization opportunities around that in theory. The UA could not start cloning until the bytes are accessed, the UA could clone them partially and then discontinue the operation if `respondWidth()` is not invoked quickly enough, etc.

-- 
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-326032022

Received on Wednesday, 30 August 2017 15:43:09 UTC