Skip to content

buildprogressive/service-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Build Progressive / Service Workers

Ready-to-use, documented Service Workers. These files try to be both ready-to-use examples & learning opportunities, so all code has a lot of comments.

Contents

A really straight-forward Service Worker that works perfectly fine for small sites and blogs.

It will serve all static assets from cache if they're available (with a fallback to the network). For HTML pages, it will always try to go over the network, but use the cache as a fallback.

Releases

No releases published

Packages

No packages published