- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 20 Dec 2016 04:49:17 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 December 2016 12:50:29 UTC
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