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

Sure, but in practice the best optimization for streams tends to be "read eagerly up to some buffering limit, then apply back pressure".  If we didn't buffer at all until the first read it would be a performance penalty.

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

Received on Wednesday, 30 August 2017 15:44:28 UTC