Please enable JavaScript.
Coggle requires JavaScript to display documents.
Workbox - Coggle Diagram
Workbox
workbox-precaching
-
-
Precaches from the precache manifest, which contains a list of bundles/assets
Handles revisioning of assets, including unhashed ones.
If a hash in the URL, then revisions are null
Handles directory indexes (i.e., URLs ending in /
)
-
-
-
Will go to the network if a cache miss occurs, but the cache will not be repaired, because the precache manifest is the source of authority re: valid assets.
-
-
-
workbox-routing
-
Router
-
-
findMatchingRoute
finds a matching route, will not return a route if none is found.
-
-
-
workbox-cli
-
-
Doesn't validate config, config is validated in workbox-build
-
-
-
-
-
-
workbox-google-analytics
stores failed GA requests while offline, uses BackgroundSync
plugin to transmit them to an analytics store when back online.