# slightlyoff/serviceworker

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/slightlyoff-serviceworker).**

3,630 stars · 323 forks · Bikeshed · NOASSERTION

## Links

- GitHub: https://github.com/slightlyoff/ServiceWorker
- Homepage: https://w3c.github.io/ServiceWorker/
- awesome-repositories: https://awesome-repositories.com/repository/slightlyoff-serviceworker.md

## Description

Service workers are a new browser feature that provide event-driven scripts that run independently of web pages. Unlike other workers, service workers can be shut down at the end of events, note the lack of retained references from documents, and they have access to domain-wide events such as…

## Tags

### Part of an Awesome List

- [Learning Resources](https://awesome-repositories.com/f/awesome-lists/learning/learning-resources.md) — Explains the core concepts and background of the technology.
