<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://countryballwikies.xyz:443/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3APWA-main-serviceWorker.js</id>
	<title>MediaWiki:PWA-main-serviceWorker.js - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://countryballwikies.xyz:443/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3APWA-main-serviceWorker.js"/>
	<link rel="alternate" type="text/html" href="https://countryballwikies.xyz:443/index.php?title=MediaWiki:PWA-main-serviceWorker.js&amp;action=history"/>
	<updated>2026-06-15T06:12:28Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://countryballwikies.xyz:443/index.php?title=MediaWiki:PWA-main-serviceWorker.js&amp;diff=14152&amp;oldid=prev</id>
		<title>Geometricossammy: Página creada con «/* MediaWiki:PWA-main-serviceWorker.js  * Countryball Wiki ES - PWA  */  const CACHE_NAME = &#039;cbwiki-pwa-v1&#039;; const OFFLINE_URL = &#039;https://countryballwikies.xyz/index.php/P%C3%A1gina_principal?pwa-id=main&#039;;  self.addEventListener(&#039;install&#039;, event =&gt; {   event.waitUntil(     caches.open(CACHE_NAME)       .then(cache =&gt; cache.addAll([OFFLINE_URL]))       .then(() =&gt; self.skipWaiting())   ); });  self.addEventListener(&#039;activate&#039;, event =&gt; {   event.waitUntil(self.clients.…»</title>
		<link rel="alternate" type="text/html" href="https://countryballwikies.xyz:443/index.php?title=MediaWiki:PWA-main-serviceWorker.js&amp;diff=14152&amp;oldid=prev"/>
		<updated>2026-02-05T01:04:42Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «&lt;span class=&quot;autocomment&quot;&gt;MediaWiki:PWA-main-serviceWorker.js  * Countryball Wiki ES - PWA: &lt;/span&gt;  const CACHE_NAME = &amp;#039;cbwiki-pwa-v1&amp;#039;; const OFFLINE_URL = &amp;#039;https://countryballwikies.xyz/index.php/P%C3%A1gina_principal?pwa-id=main&amp;#039;;  self.addEventListener(&amp;#039;install&amp;#039;, event =&amp;gt; {   event.waitUntil(     caches.open(CACHE_NAME)       .then(cache =&amp;gt; cache.addAll([OFFLINE_URL]))       .then(() =&amp;gt; self.skipWaiting())   ); });  self.addEventListener(&amp;#039;activate&amp;#039;, event =&amp;gt; {   event.waitUntil(self.clients.…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* MediaWiki:PWA-main-serviceWorker.js&lt;br /&gt;
 * Countryball Wiki ES - PWA&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
const CACHE_NAME = &amp;#039;cbwiki-pwa-v1&amp;#039;;&lt;br /&gt;
const OFFLINE_URL = &amp;#039;https://countryballwikies.xyz/index.php/P%C3%A1gina_principal?pwa-id=main&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
self.addEventListener(&amp;#039;install&amp;#039;, event =&amp;gt; {&lt;br /&gt;
  event.waitUntil(&lt;br /&gt;
    caches.open(CACHE_NAME)&lt;br /&gt;
      .then(cache =&amp;gt; cache.addAll([OFFLINE_URL]))&lt;br /&gt;
      .then(() =&amp;gt; self.skipWaiting())&lt;br /&gt;
  );&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
self.addEventListener(&amp;#039;activate&amp;#039;, event =&amp;gt; {&lt;br /&gt;
  event.waitUntil(self.clients.claim());&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
self.addEventListener(&amp;#039;fetch&amp;#039;, event =&amp;gt; {&lt;br /&gt;
&lt;br /&gt;
  if (event.request.mode === &amp;#039;navigate&amp;#039;) {&lt;br /&gt;
    event.respondWith(&lt;br /&gt;
      fetch(event.request)&lt;br /&gt;
        .then(response =&amp;gt; {&lt;br /&gt;
          const copy = response.clone();&lt;br /&gt;
          caches.open(CACHE_NAME).then(cache =&amp;gt; cache.put(event.request, copy));&lt;br /&gt;
          return response;&lt;br /&gt;
        })&lt;br /&gt;
        .catch(() =&amp;gt; caches.match(OFFLINE_URL))&lt;br /&gt;
    );&lt;br /&gt;
    return;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  event.respondWith(&lt;br /&gt;
    fetch(event.request)&lt;br /&gt;
      .then(response =&amp;gt; {&lt;br /&gt;
        const copy = response.clone();&lt;br /&gt;
        caches.open(CACHE_NAME).then(cache =&amp;gt; cache.put(event.request, copy));&lt;br /&gt;
        return response;&lt;br /&gt;
      })&lt;br /&gt;
      .catch(() =&amp;gt; caches.match(event.request))&lt;br /&gt;
  );&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Geometricossammy</name></author>
	</entry>
</feed>