fetch()
Term side of the Card
Topic: Fetching Data
Unit title: fetch()
Categories: Method
Explanation side of the Card
Explanation: The browser API method used to make network requests to retrieve resources like HTML, JSON or images. It returns a `Promise` object that resolves to the `Response` object representing the result of the request.
Browser compatibility:
- The chrome browser supports this feature starting from version 42
- The edge browser supports this feature starting from version 14
- The firefox browser supports this feature starting from version 39
- The safari browser supports this feature starting from version 10.1
Availability: