Re: [w3c/ServiceWorker] Should EventSource and WebSocket be exposed in service workers? (#947)

@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