Overview#
FETCH is a standard of the Web Hypertext Application Technology Working Group (WHATWG) of a method for fetching resources as an objects between a web browser and a Web Service.FETCH is the attempt to standardize the XMLHttpRequest (XHR) which is an API in the form of an object whose methods transfer data between a web browser and a Web Service.
FETCH also defines the Fetch API which is a JavaScript Implementation.