Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 572 Bytes

Please use our main repository for any issues/bugs/features suggestion.

Service Workers

In this repository you will find sample code of service workers implementing the following features:

  • Offline page (location: /ServiceWorker1 folder)
  • Offline copy of pages (location: /ServiceWorker2 folder)
  • Offline copy with Backup offline page (location: /ServiceWorker3 folder)
  • Cache-first network (location: /ServiceWorker4 folder)
  • Advanced caching (location: /ServiceWorker5 folder)