rubyforgood / coral

An upcoming project for Ruby for Good
MIT License
13 stars 10 forks source link

Allow service worker to pre-cache content selectively #26

Closed bhaibel closed 5 years ago

bhaibel commented 5 years ago

Description

The service worker can pre-cache content bundles when prompted by the UI through a message, not just on installation.

Type of change

How Has This Been Tested?

Un-register any service worker that's active for the site. Reload any page BUT the zones index page. Turn your Rails server off, and then navigate to /zones. It should work.