Offline GET & POST Requests in a PWA Using a Service Worker
One of the advantages of choosing to build an application as a PWA (or Progressive Web Application) is that it can run offline. This is achieved through the use of a service worker. A service worker acts as a proxy between the browser and the network. We can use a service worker to intercept any …
Offline GET & POST Requests in a PWA Using a Service Worker Read More »