Re: [w3c/ServiceWorker] async waitUntil() does not allow extension on final promise resolution? (#1039)

@jungkees thanks for the info - and sorry for posting stuff that is not related to this issue. Let me know if I should move this discussion somewhere else.
Anyway, the tests I did was on an Android tablet, and I did test mainly with Chrome (but also with FF Nightly). I must admit my tests were not very thorough - I have a use case where a WebPush is used to have the SW to fetch and cache data (that the origin server predicts the user will soon want). My problem is that the SW stops mid way through this, and adding "waitUntil" in the way I described still did not make it finalize the task but stopped roughly at the same point, and after noting that I did not dig further (so I can't really say if it continued a slightly longer or not).

To me this seems under specified. Since my use case is with the PushEvent I looked into that spec, and "waitUntil" is not mentioned there. 

-- 
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/1039#issuecomment-269959922

Received on Monday, 2 January 2017 11:19:27 UTC