Service Worker

Overview [1] [2]#

Service Worker are typically a component of a Progressive Web Application and provide a scriptable network proxy in the web browser to manage the web/HTTP Requests programmatically.

Service Workers lie between the network and device to supplement the content.

Service Worker are capable of using the cache mechanisms efficiently and allow error-free behavior during offline periods.

Service Workers are an incredibly powerful, and equally as confusing, technology behind a Progressive Web Application

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.

Properties of Service Workers#

There might be more information for this subject on one of the following: