Re: [w3c/ServiceWorker] Should 'Extend Service Worker Lifetime' be called after dispatching 'message' (#1050)

> Should 'Extend Service Worker Lifetime' be called after dispatching 'message'

Yes, it should. I missed it. Please note that this part of the spec is being changed in https://github.com/w3c/ServiceWorker/pull/1049. The change will replace the promise-copying-and-checking approach with a reference count based approach. By this change, the Extend Service Worker Lifetime algorithm will be removed, but the semantic will remain unchanged. That is, message events are extendable events that have the same lifetime extension behavior with other SW events.

-- 
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/1050#issuecomment-271461574

Received on Tuesday, 10 January 2017 01:36:50 UTC