Re: [whatwg/fetch] (WIP) allow Request to outlive environment settings object (#388)

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