Skip to content
Snippets Groups Projects
Commit 68041a08 authored by Tiger Wang's avatar Tiger Wang
Browse files

Add status icons to service worker cache

parent b53b1fb4
No related branches found
No related tags found
1 merge request!43Add basic multistage connection indicators for remote peers
...@@ -18,6 +18,8 @@ const FILES_TO_CACHE = [ ...@@ -18,6 +18,8 @@ const FILES_TO_CACHE = [
"/assets/fonts/martel-v4-latin/martel-v4-latin-regular.ttf", "/assets/fonts/martel-v4-latin/martel-v4-latin-regular.ttf",
"/assets/fonts/martel-v4-latin/martel-v4-latin-regular.woff", "/assets/fonts/martel-v4-latin/martel-v4-latin-regular.woff",
"/assets/fonts/martel-v4-latin/martel-v4-latin-regular.woff2", "/assets/fonts/martel-v4-latin/martel-v4-latin-regular.woff2",
"/synchronising.svg",
"/synchronised.svg",
] ]
const FILE_ALIASES = new Map([["/", "/index.html"]]) const FILE_ALIASES = new Map([["/", "/index.html"]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment