Re: [w3c/ServiceWorker] Improve handling of extend lifetime promises (#1049)

No implementations provide such hooks today, and they're not meant to: doing so is invasive and constrains the promise implementation from performing optimizations that we're actively working on. Internal state is meant to stay internal. If you can't accomplish this with the public .then API, I'd strongly suggest rethinking the design.

Besides, it's just strange that it's waiting on promises you didn't pass to waitUntil.

-- 
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/pull/1049#issuecomment-270807057

Received on Friday, 6 January 2017 01:27:42 UTC