Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

248
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

0

Try to unregister a ServiceWorker

navigator.serviceWorker.getRegistrations().then(registrations => {
  registrations.forEach(registration => {
    registration.unregister();
  });
});
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda