sguiheux / EventSource

EventSource "polyfill" with custom headers
20 stars 10 forks source link

Event Stream tab #28

Open nikuelias opened 5 years ago

nikuelias commented 5 years ago

Hi

I started to use this Polyfill and so far so good, except for one little thing: The events are working and I could replace the standard EventSource for this and everything is fine except that in the standard I can see the tab (on Chrome) called "Event Stream" with the data coming from the server but with this Polyfill everything is empty (but, again, the data is coming and working). Is there a reason for that?

Thanks!