What are service workers?

A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don’t need a web page or user interaction . Today, they already include features like push notifications and background sync.

Read more

What is a benefit of a service worker?

One of the biggest benefits of service workers is their ability to support offline experiences . In the past, the AppCache API could be used to provide limited offline support, but service workers have now made AppCache obsolete. Loading locally cached data always takes less time than retrieving data from the web.12 Tem 2018

Read more