Re: [whatwg/fetch] "construct a ReadableStream object" doesn't specify the realm (#730)

@ricea e.g., step 9 of https://fetch.spec.whatwg.org/#http-network-fetch cannot be observable (except maybe theoretically for synchronous fetches) as fetching happens in parallel so at whatever point you get back to the main thread you'll have to allocate a new object.

-- 
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/730#issuecomment-391715478

Received on Thursday, 24 May 2018 13:31:43 UTC