- From: Andrea Marchesini <notifications@github.com>
- Date: Thu, 01 Nov 2018 07:26:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 November 2018 14:26:26 UTC
"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