Update service-worker.js
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
const CACHE_VERSION = 9; // Versiyon numarası
|
const CACHE_VERSION = 10; // Versiyon numarası
|
||||||
const CACHE_NAME = `my-cache-v${CACHE_VERSION}`; // Cache ismi versiyon numarası ile oluşturuluyor
|
const CACHE_NAME = `my-cache-v${CACHE_VERSION}`; // Cache ismi versiyon numarası ile oluşturuluyor
|
||||||
const URLS_TO_CACHE = [
|
const URLS_TO_CACHE = [
|
||||||
// Önbelleğe alınacak URL'ler
|
// Önbelleğe alınacak URL'ler
|
||||||
|
|||||||
Reference in New Issue
Block a user