Web features explorer

Service workers

Widely available since 2020-10-30
Tags: api http

The service worker of a website is a script that runs in its own thread and which acts as local proxy that intercepts network requests from the website. Use a service worker to implement advanced caching strategies, offline support, background tasks, or push notification support on your website.

Learning resources on MDN

Browser support (view on caniuse.com)

Specifications