- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 22 Jul 2015 15:19:20 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 22 July 2015 22:19:47 UTC
The HTTP-network fetch algorithm currently queues "process request body" tasks, which also need to be queued by HTTP fetch as otherwise the service worker doing `event.request.text()` is not defined. Similarly, text for response updating probably needs to be included. Both of these changes also prepare us for streams. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/87
Received on Wednesday, 22 July 2015 22:19:47 UTC