Re: [w3c/ServiceWorker] async waitUntil microtask issue (#1213)

If there isn't any other script on stack, microtask checkpoint happens at the end of the each event listener call. So, if there are several listeners for an event, there will be several microtask checkpoints per event dispatch.

-- 
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/1213#issuecomment-338600233

Received on Monday, 23 October 2017 09:25:43 UTC