Observer pattern - one subject many observers, state changes in the subject must be notified to all observers.
Observers first register with the subject, once the states the subject calls the notify method in the registered observers.
I was using this wrapper around PWA(Progress Web Apps) APIs register-service-worker and was wondering how does it detect when there is a new build and the pa...
Comments