yyx990803 / register-service-worker

A script to simplify service worker registration with hooks for common events.
MIT License
638 stars 58 forks source link

Which cases the cached event is triggered #60

Closed canaktepe closed 2 years ago

canaktepe commented 2 years ago

I used service-worker for my application version updated. I want to show just popup for ui update. I did this. But, sometimes popup does not open. only cached event is triggering . I do not anything related cache on service worker. What is the reason about it?