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

@annevk Thanks. I see now.

It's regrettable, but it still looks like we can just pretend this all happens in an imaginary JS realm. When transferrable streams are specced we can make this a bit more robust by providing a mechanism for the **Uint8Array** objects that were created on the network thread to show up on the main thread with the correct realm.

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

Received on Thursday, 24 May 2018 14:04:39 UTC