Re: [w3c/ServiceWorker] Provide a one-line way to listen for a waiting Service Worker (#1222)

Does that event fire immediately if a service worker is already waiting?

That's the main confusing thing about using an event listener for this; event listeners prepare for future events, but require an alternate approach for when the event already happened before the listener attached.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1222#issuecomment-463395282

Received on Wednesday, 13 February 2019 22:08:33 UTC