Re: [w3c/ServiceWorker] provide a way to execute work after browser has consumed a response (#1397)

Right, the completion work may be somewhat timing dependent so we want to avoid using a full task via `setTimeout(f,0)` or an idle callback.  We'd like to still perform the work as close to completion as possible, but *after* the browser has processed the Response.

-- 
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/1397#issuecomment-478062926

Received on Friday, 29 March 2019 16:29:33 UTC