Navigate through folders and check simple separate exapmples of particular cases.
The following list is named in relation to topics which are covered during the event
- What is fetch. The difference between XHR and Fetch. Files fetching by browsers.
- What are service workers. How to connect service workers. Browser support.
- How to manage what we add to cache. The browser API we have
- Manifest file. Adding the application to the home screen
- How to use manifest file and service workers together
- Databases. IndexedDB as a storage
- How to access indexed DB from a server worker.
- How to exchange data between service worker and application