TalAter / awesome-service-workers
- понедельник, 11 июля 2016 г. в 03:12:32
220 stars today
🔩 A collection of awesome resources for learning Service Workers
A curated collection of service worker 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.)
If you want to contribute, please read the contribution guidelines.