Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History

cache-from-zip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cache from ZIP

This recipe illustrates how to cache contents from a zipfile.

Difficulty

Intermediate

Use Case

As a web developer I want to distribute my applications as individual zipped packages, so that I can reduce the number of HTTP requests and provide an implicit way of listing all resources for offline use.

Solution

While installing the SW, download the zipfile and decompress, caching each of resources.

Category

Beyond Offline