djmeph / lof-digital-www

Lakes of Fire Digital WWW SPA
2 stars 5 forks source link

Service Worker Implementation #12

Closed rtsmith1984 closed 4 months ago

rtsmith1984 commented 1 year ago

Currently the application does not save state for offline use. This issue is to implement the necessary service worker APIs to allow application data from the network to be saved and used locally by default when the network is down.

djmeph commented 4 months ago

Service workers have been implemented.