- From: publicocean0 <notifications@github.com>
- Date: Fri, 03 Jun 2016 03:56:19 -0700
- To: w3c/workers <workers@noreply.github.com>
- Cc:
Received on Friday, 3 June 2016 10:56:54 UTC
1) unload event is missing . it is usefull for sending the state to server 2) onclose event for message channel port is usefull for tracking the clients connected and alive. 3) when a user reload a page shared worker now is restarted. You can verify if the domain of caller is the same if callee ... use the same worker. --- 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/workers/issues/3
Received on Friday, 3 June 2016 10:56:54 UTC