Write Your First Service Worker in 5 Minutes

added by JavaScript Kicks
3/18/2019 2:00:38 PM

1070 Views

What is a service worker? A service worker is a little file that will allow you to cache files and other assets on a user's machine. How is this different from server-side caching? Because the assets are stored on a user's machine, rather than a server, there is no need to go across a network.


0 comments