onmessage in Server Side Events is not working. Can someone please help?
Please take a look at the following code: function connect(){ if(window.EventSource){ alert(1); var source = new EventSource("geters/notifications.php"); alert(2); source.onmessage= function(event){ ale...
ALNMAntonio and 3 more commented