Re: [w3c/ServiceWorker] MessageEvent within the SW global should have waitUntil() (#669)

I'm pretty confused what the current state of this is. I cannot figure out how to respond to a message event in a service-worker with async work, and make sure the work actually stays alive. Both this and https://github.com/w3c/ServiceWorker/issues/400 were closed as "will not do anything" IIUC. Doesn't this make every onmessage event handler for service-workers vulnerable to bugs due to dying before completion?

-- 
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/669#issuecomment-402541993

Received on Wednesday, 4 July 2018 18:48:26 UTC