yyx990803 / register-service-worker

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

feat: emit updated event when registration.waiting was found #9

Closed ulivz closed 6 years ago

ulivz commented 6 years ago

A replacement of #8. The difference is that when we found a waiting service worker, it means that a new service worker has been installed, so we don't need to bind onupdatefound.

Ref: 《How to Fix the Refresh Button When Using Service Workers》> Approach #3