Re: [slightlyoff/ServiceWorker] Remove monkeypatches in the event disptaching behaviors (72315b9)

This is where we'd want to wait for extendLifetimePromises to settle off the thread that dispatched the event as now waitUntil can be called async. So, I think setting extendLifetimePromises before it goes parallel, wait for them to settle in a parallel thread, and then going back to the label in the sync step seems not correct. I'm not sure though if you wanted me to correct them as they don't make sense - that is, is setting extendLifetimePromises after going parallel something wrong?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/commit/72315b913d8f2b0f639b668056f2f58275e7abd2#commitcomment-18283623

Received on Monday, 18 July 2016 14:10:30 UTC