You should not use Fetch API
Introduction
Fetch API is the most common and traditional way to fetch resources from the server. fetch() method is available globally in both windows and worker contexts.
With all the pros, there are a few cons in using the fetch() API to call an en...
capscode.hashnode.dev5 min read