- From: Adam Rice <notifications@github.com>
- Date: Thu, 24 May 2018 05:22:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 May 2018 12:22:31 UTC
"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