tech/webdev magazine

July 23, 2018

The Beginners Guide to Service Workers and Angular

Monday, July 23, 2018 Teklinks

A service worker is a small JavaScript program (a worker) that runs in the background and intercepts HTTP requests. It is up to the worker implementation to decide what to do with these requests (and the worker gets access to every HTTP request, not just those made from the application scripts like fetch, but also, for example, the request for the initial index.html file).

Full article