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

If more microtask stuff is added during a microtask checkpoint, they all are handled during that checkpoint. Microtasks are synchronous from browser point of view.
See the while loop in https://html.spec.whatwg.org/#perform-a-microtask-checkpoint

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

Received on Saturday, 21 October 2017 06:46:34 UTC