- From: Ben Kelly <notifications@github.com>
- Date: Fri, 29 Mar 2019 09:28:41 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 March 2019 16:29:33 UTC
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