mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
cleanup
This commit is contained in:
parent
e95edef74f
commit
fbfe8b4f91
1 changed files with 1 additions and 1 deletions
2
sw.js
2
sw.js
|
|
@ -1,7 +1,7 @@
|
|||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/6.2.0/workbox-sw.js");
|
||||
|
||||
const {Route, registerRoute} = workbox.routing;
|
||||
const {CacheFirst, NetworkFirst} = workbox.strategies;
|
||||
const {CacheFirst} = workbox.strategies;
|
||||
const {CacheableResponsePlugin} = workbox.cacheableResponse;
|
||||
const {ExpirationPlugin} = workbox.expiration;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue