Re: [w3c/ServiceWorker] async waitUntil() does not allow extension on final promise resolution? (#1039)

We should not add new hooks just for this feature. Either you throw when you try to add _q_, you queue a microtask upon fulfillment and decrease from that microtask, or you go with the task-based option.

-- 
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/1039#issuecomment-272391639

Received on Friday, 13 January 2017 08:51:50 UTC