Re: [w3c/ServiceWorker] Clarification on what happens during a terminated activation (#1372)

Does it make sense for the spec to have a note about this?

Something like:
> *Note: * Make sure to design your activation handlers to do only non-essential work (like cleanup). This is because activation handlers may not always run to completion, especially in cases of browser termination during activation. 

There's probably a better way to say it, but just having a note like this in the spec would help developers and library authors when designing their service worker activation handlers.

-- 
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/1372#issuecomment-448656675

Received on Wednesday, 19 December 2018 16:26:39 UTC