f
fetch
Fetch a resource from the network. It returns a Promise
that resolves to theResponse
to that Request
, whether it is successful or not.