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

> The microtask checkpoint is performed after the event-dispatcher task is finished.

No it isn't, except if there is some other JS on stack too (like, if the event is dispatched from JS).
Microtask checkpoint happens at the end of the outermost script execution and at the end of a task
(+ couple of special cases, like right before <script> execution)

-- 
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-338588171

Received on Monday, 23 October 2017 08:41:04 UTC