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

Reply via email to