- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 25 Jun 2015 01:26:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 25 June 2015 08:26:36 UTC
My opinion to https://github.com/yutakahirano/fetch-with-streams/issues/39 is that we should return null for `.body` when the internal associated body is null. In this case, `.getReader()` call is impossible as `.body` is `null`. This is aligned with the current behavior of `fetch(res)` with null body `res`. Because of these discussions, I'm changing my mind to support `.getReader()` plan with keeping the current behavior about null body req/res. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/61#issuecomment-115160980
Received on Thursday, 25 June 2015 08:26:36 UTC