Treffer: How to Use the Fetch API (Correctly).
Title:
How to Use the Fetch API (Correctly).
Authors:
Source:
CODE Magazine; Jul/Aug2021, Vol. 22 Issue 4, p16-28, 13p
Subject Terms:
Database:
Complementary Index
Weitere Informationen
The article focuses on the use of the Fetch API, which is a promise-based wrapper around the XMLHttpRequest object. It is noted that to make working with the Fetch API a little easier, a set of IIFEs (closures) are created. Topics include Downloading the application, Application Architecture and Product controller.