[whatwg/fetch] Global and a ReadableStream reader when consuming the body (#826)

"Let reader be the result of getting a reader from stream. If that threw an exception, return a new promise rejected with that exception."

In which global should this reader belong to? And what about the 'promise' created by the reader when retrieving data from the ReadableStream? I guess it's the same global of the reader.

-- 
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/826

Received on Thursday, 1 November 2018 14:26:26 UTC