Skip to content

Add Service Worker (Resolves #74)

Sandro Lutz requested to merge service-worker into master

Adds a service worker, which allows to access the cached website (static pages) even when the device has no internet. Only API responses are not cached and therefore they are not available when the device is offline.

Edited by Sandro Lutz

Merge request reports