- From: Yutaka Hirano <notifications@github.com>
- Date: Thu, 22 Sep 2016 19:07:33 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 23 September 2016 02:08:12 UTC
The problem is that the concept layer also depends on ReadableStream. Even when you create a Request object from a DOMString body, the body is held as a ReadableStream (see https://fetch.spec.whatwg.org/#concept-body and https://fetch.spec.whatwg.org/#concept-bodyinit-extract). If we need to have a fetch operation work beyond the realm destruction, we need to define a stream that work in such a circumstance. -- 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/pull/388#issuecomment-249083533
Received on Friday, 23 September 2016 02:08:12 UTC