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

@annevk Is there a case where a stream is created that could never be observable by Javascript? My impression is that's easier to get the realm right at creation time than try to patch it up later when Javascript looks at it.

The thing that worries me more than realms is Promises. The standard makes extensive use of Promises for asynchronicity, and in principle they're not visible to Javascript and so don't need to be on a thread that runs Javascript, but JS is slippery and what is and isn't observable is hard to pin down.

-- 
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-391712420

Received on Thursday, 24 May 2018 13:22:23 UTC