Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

257
Vistas
Cache Service worker for localhost can't be remove and unregistered

enter image description here

Tried to uninstall chrome, uninstall node and so on. But I still get cached and it can't be removed, when I run other projects with the same port without any service worker, I also get cache by this service worker.

Also tried to remove all register service worker, local application and unregister button in application. But I still get this cache

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

To overcome this caching usually while making a progressive web app, I always turn on disable cache from the network tab. It will prevent the loading of the app from cache memory: enter image description here

Please do this and make a hard reload on your app. A hard refresh clears your browser cache for a specific page, which forces it to load the most recent version of that page. To make a hard reload press Ctrl + Shift + r

about 4 years ago · Juan Pablo Isaza Denunciar

0

Try to unregister a ServiceWorker

navigator.serviceWorker.getRegistrations().then(registrations => {
  registrations.forEach(registration => {
    registration.unregister();
  });
});
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda