Re: [ServiceWorker] Promise on navigator.serviceWorker that resolves when page is controlled (#799)

> @wanderview just a clarification, are all functional events stalled until activation or only fetch events?

All functional events.  I recently got step 4 added here:

  https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#handle-functional-event-algorithm

The fetch event waiting for activate event to complete was previously in the spec.

We delay for all functional events in gecko.  I don't know what chrome does at the moment.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/799#issuecomment-165465291

Received on Thursday, 17 December 2015 14:29:10 UTC