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

Why does it need to happen after the then callbacks? That doesn't show up in the problem description. If you want it to happen after p.then(f) executes f, pass p.then(f) 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-271759012

Received on Wednesday, 11 January 2017 02:17:53 UTC