New version of cache management (#1365)
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
45a56c2e02
commit
f7daf16ac5
2
front/dist/service-worker-prod.js
vendored
2
front/dist/service-worker-prod.js
vendored
@ -1,4 +1,4 @@
|
|||||||
let CACHE_NAME = 'workavdenture-cache-v1.2';
|
let CACHE_NAME = 'workavdenture-cache-v1.4.14';
|
||||||
let urlsToCache = [
|
let urlsToCache = [
|
||||||
'/'
|
'/'
|
||||||
];
|
];
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
let isMobile : boolean|null;
|
let isMobile : boolean|null;
|
||||||
const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => {
|
const unsubscribe = obtainedMediaConstraintIsMobileStore.subscribe(value => {
|
||||||
console.log('unsubscribe => obtainedMediaConstraintIsMobileStore', value);
|
|
||||||
isMobile = value;
|
isMobile = value;
|
||||||
});
|
});
|
||||||
onDestroy(unsubscribe);
|
onDestroy(unsubscribe);
|
||||||
|
Loading…
Reference in New Issue
Block a user