Re: [fetch] Should `body` parameter in the Response constructor nullable? (#178)

Interesting, so all in all we should probably make a change here. (Apart from IDL making it hard for `res.body` to return `undefined` it seems that it returning `undefined` might make folks suspect the property does not exist. Is that your reasoning why we should stick to `null` there and therefore allow it as part of the constructor too?)

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/178#issuecomment-164509001

Received on Monday, 14 December 2015 17:52:50 UTC