Udhayakumar

Results 15 comments of 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 ![image](https://user-images.githubusercontent.com/50567115/148219273-c7c0d8df-3818-4d7f-8fd7-64780189b0ff.png)

@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.

![image](https://user-images.githubusercontent.com/50567115/148219709-5b88ff1e-f918-447e-a092-4d4e8a6cc552.png)

@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