mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-21 08:26:09 +00:00
A curated collection of ServiceWorker resources
>A service worker is an event-driven worker registered against an origin and a path. It takes the form of a JavaScript file that can control the web page/site it is associated with, intercepting and modifying navigation and resource requests, and caching resources in a very granular fashion to give you complete control over how your app behaves in certain situations (the most obvious one being when the network is not available.)
This commit is contained in:
parent
41da4fa4d6
commit
c4379db9b8
@ -85,6 +85,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht
|
||||
- [ESLint](https://github.com/dustinspecker/awesome-eslint)
|
||||
- [Functional Programming](https://github.com/stoeffel/awesome-fp-js)
|
||||
- [Observables](https://github.com/sindresorhus/awesome-observables)
|
||||
- [ServiceWorkers](https://github.com/TalAter/awesome-service-workers)
|
||||
- [Swift](https://github.com/matteocrippa/awesome-swift)
|
||||
- [Education](https://github.com/hsavit1/Awesome-Swift-Education)
|
||||
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
|
||||
|
Loading…
Reference in New Issue
Block a user