jquery-sse icon indicating copy to clipboard operation
jquery-sse copied to clipboard

Unable to set property data in Edge/IE

Open hellow554 opened this issue 7 years ago • 0 comments
trafficstars

SCRIPT5007: Unable to set property 'data' of undefined or null reference in jquery.sse.js (156,32)

MCVE:

var sse = $.SSE("test.php", {
    onMessage: function() {
        sse.stop();
    }
});
sse.start();

Update: I think this is related to the fact, that I do send multiple events per script call, not just one.

hellow554 avatar Aug 13 '18 08:08 hellow554