Back to Developer Roadmap

Service Workers

src/data/question-groups/frontend/content/service-workers.md

4.0215 B
Original Source

Service workers are scripts that run in the background of a web application, separate from the web page’s main thread, and provide features like offline caching, push notifications, and background synchronization.