- From: Jimmy Karl Roland Wärting <notifications@github.com>
- Date: Mon, 10 Oct 2016 10:32:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 10 October 2016 17:32:43 UTC
That is confusing... I think bodyUsed should be set to true when you call getReader... rs = new ReadableStream() res = new Response(rs) res.body.getReader() console.log(res.bodyUsed) // false res.text() // TypeError: Already read -- 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/396#issuecomment-252687096
Received on Monday, 10 October 2016 17:32:43 UTC