Hi,
I have a couple of questions about the Fetch API.
- Generally,
what's the status of the spec? Is it still in flux?
- 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