DEV Community

Gayathri.R
Gayathri.R

Posted on

Fetch API

The fetch() method starts the process of fetching a resource from a server.

The fetch() method returns a Promise that resolves to a Response object.

Properties

It's three types
Reject
Resolve
Fulfilled

Top comments (0)