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

"construct a ReadableStream object" is scheduled to be changed to use the [CreateReadableStream](https://streams.spec.whatwg.org/#create-readable-stream) abstract operation rather than the ReadableStream constructor. However, this just moves the problem around, as CreateReadableStream() creates a ReadableStream object, and the created object needs to be in a specified 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-391694067

Received on Thursday, 24 May 2018 12:22:31 UTC