Re: [whatwg/fetch] Define "to read a request" more specifically (#441)

For receiving a response body, it is specified in https://fetch.spec.whatwg.org/#http-network-fetch.

> Whenever one or more bytes are transmitted from response’s message body, ...

For transferring a response from a service worker, it's specified in https://w3c.github.io/ServiceWorker/#dom-fetchevent-respondwith.

> If response’s body is non-null, run these substeps:

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/441#issuecomment-268235335

Received on Tuesday, 20 December 2016 12:50:29 UTC