const CACHE_NAME = "sabilco-cache-v1"; const urlsToCache = [ "/", "/favicon.ico", "/user/documents/files/icon-192.png", "/user/documents/files/icon-512.png" ]; // تثبيت Service Worker وتخزين الملفات self.addEventListener("install", event => { event.waitUntil( caches.open(CACHE_NAME).then(cache => { return cache.addAll(urlsToCache); }) ); self.skipWaiting(); }); // تفعيل Service Worker self.addEventListener("activate", event => { event.waitUntil( caches.keys().then(keys => { return Promise.all( keys.filter(key => key !== CACHE_NAME).map(key => caches.delete(key)) ); }) ); self.clients.claim(); }); // جلب الملفات: أولاً من الكاش ثم من الشبكة self.addEventListener("fetch", event => { event.respondWith( caches.match(event.request).then(response => { return response || fetch(event.request).then(resp => { const copy = resp.clone(); caches.open(CACHE_NAME).then(cache => cache.put(event.request, copy)); return resp; }).catch(() => caches.match("/")); }) ); });

Barbican Soft malt drink Peach 330ml

Code: 2281034900601
45 Kč / pcs 37,19 Kč excl. VAT
In stock

Detailed information

Product detailed description

Ingredients: carbonated water, sugar, malt concentrate, acidifying agent: E330, color: E150c, the natural identical aroma of peach, antioxidant: E300, hops. Contains gluten.

Additional parameters

Category: Nonalcoholic Drinks
Weight: 0.33 kg
EAN: 2281034900601

Be the first who will post an article to this item!

Only registered users may submit ratings. Please log in or sign up.

Discussion

Be the first who will post an article to this item!

Only registered users can submit posts. Please log in or sign up.

Required fields

Do not fill out this field:

Security check