- From: Martin Ždila <notifications@github.com>
- Date: Fri, 09 Dec 2016 00:11:21 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 9 December 2016 08:11:53 UTC
@tyoshino I realised that the problem with two-push method is that Chrome now requires to show notification for every push (`userVisibleOnly` to be true). This means that "ring end" push which would be meant to hide the notification will have to actually show one. We actually have this problem also now because after the first push we may also find out that there is actually no ringing outgoing already (it is just gone). -- 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/947#issuecomment-265957487
Received on Friday, 9 December 2016 08:11:53 UTC