Service Workers: Difference between revisions
From Joomla! Documentation
Created page with "== Service Worker Specification ==" |
No edit summary |
||
| Line 1: | Line 1: | ||
== Service Worker Specification == | == Service Worker Specification == | ||
This is a discussion document to work out the best practice to implement Progressive Web App manifest files and the implementation of service workers. | |||
The idea is to support the manifest and service worker generation dynamically. | |||
The scope it to support the following features:- | |||
Offline Navigation | |||
Advanced Cache | |||
Splash screen | |||
Lazy (Background) Loading | |||
Web Push Notifications | |||
Theming | |||
Home Screen Management | |||
=== Web App Manifest === | |||
<ref>https://www.w3.org/TR/appmanifest/</ref> | |||
Revision as of 15:48, 18 November 2017
Service Worker Specification
This is a discussion document to work out the best practice to implement Progressive Web App manifest files and the implementation of service workers.
The idea is to support the manifest and service worker generation dynamically. The scope it to support the following features:-
Offline Navigation Advanced Cache Splash screen Lazy (Background) Loading Web Push Notifications Theming Home Screen Management