This plugin uses new ServiceWorker and Cache API to allow your users to access the contents of your site while they are offline or under unreliable network situations by caching part of your site..
Once you've installed this plugin, anyone visiting your site in browsers that support Service Workers API will be able of access your content even if they run out of network or experiment network instability..
Enable the plugin from the admin panel...
Browser support for W3C Service Worker API currently exists Firefox, Chrome, and Chrome for Android, with other likely to follow...
The plugin will try to always serve fresh content from Internet.
After visiting post or page, the content will be cached in the background.
In case of unreliable network or lack of connectivity, the plugin will serve the cached content...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Includes Service Worker Manager which fixes problem unregistering the worker when all plugins using it are disabled. 0.6.0.
Now can be combined with other WP plugins using WordPress Service Worker Manager library such as Web Push. 0.1.0.
Read more