Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set property data in Edge/IE #7

Open
hellow554 opened this issue Aug 13, 2018 · 0 comments
Open

Unable to set property data in Edge/IE #7

hellow554 opened this issue Aug 13, 2018 · 0 comments

Comments

@hellow554
Copy link

hellow554 commented Aug 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants