[ServiceWorker] functional events do not wait for activate to complete (#786)

The Handle Fetch algorithm explicitly waits for the worker to become activated.  The Handle Functional Event algorithm, however, does not.  This means events like Push can fire on service workers that are still activating.

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

Received on Friday, 20 November 2015 14:27:01 UTC