- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 14 Dec 2015 01:12:08 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 14 December 2015 09:12:37 UTC
Currently the type of `body` parameter in the Response constructor is `optional BodyInit`. That means we cannot create a null body response with specifying the second `init` parameter. Reported at https://code.google.com/p/chromium/issues/detail?id=524500. Declaring the parameter as nullable fixes it, I think. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/178
Received on Monday, 14 December 2015 09:12:37 UTC