-
Book Overview & Buying
-
Table Of Contents
Service Worker Development Cookbook
By :
The background synchronization feature of the service worker is responsible for managing background synchronization processes. This feature, as of writing this book, is still nonstandard and you should avoid using it in the production.
To get started with service workers, you will need to have the service worker experiment feature turned on in your browser settings. If you have not done this yet, refer to the Setting up service workers recipe of Chapter 1, Learning Service Worker Basics. Service workers only run across HTTPS. To find out how to set up a development environment to support this feature, refer to the Setting up GitHub pages for SSL recipe of Chapter 1, Learning Service Worker Basics.
Follow these instructions to set up your file structure:
https://github.com/szaranger/szaranger.github.io/blob/master/service-workers/10/04/
index.html.