[whatwg] Questions about the Fetch API

Hi,

I have a couple of questions about the Fetch API.


- Is the Request class supposed to be exposed as a global object that can be used on its own?
- And more importantly, why does fetch() return a Promise<Response> instead of a Response?

Thanks,

Juan

Received on Tuesday, 8 July 2014 19:04:29 UTC