Udhayakumar
Udhayakumar
I am too facing the same error
Hi Team, I am also facing the same issue. i can't use this package for SSE in angular application 
@cwirz , Thank you for your reply. There I have raised three issues. 1. https://github.com/EventSource/eventsource/issues/234 2. https://github.com/EventSource/eventsource/issues/235 3. https://github.com/EventSource/eventsource/issues/236 Is there any working example for Angular?
@sanketkarandikar , I didn't find any solution for this issue. I have been using a diffrent way without using this package.

@cwirz , Thank you for your reply. There I have raised three issues. 1. https://github.com/EventSource/eventsource/issues/234 2. https://github.com/EventSource/eventsource/issues/235 3. https://github.com/EventSource/eventsource/issues/236 Is there any working example for Angular?
It is not shown when adding the following lines in the `package.json` ``` "browser": { "http": false, "https": false }, ``` But I am not sure, whether is right or...
it is fixed by modifying the import statement as below `import EventSource from 'eventsource';` But facing another issue like not an function #236
@rinaharry Please describe your issue fully. I hope @wnabil 's comment is solved your issue.
@neil-yen , Have you found the solution for this?. I am too searching for the same