Yaffle / EventSource

a polyfill for http://www.w3.org/TR/eventsource/
MIT License
2.11k stars 338 forks source link

Responses are not displayed in network tab #208

Open botjaeger opened 2 years ago

botjaeger commented 2 years ago

Used both Edge and Firefox for my project with Mercure.

lucataglia commented 2 years ago

Having the same problem, is there any solution ?

condorheroblog commented 2 years ago

EventSource does not support custom headers. event-source-polyfill is implemented with fetch/XMR. It can support custom headers, but the browser tab cannot be displayed correctly.

At present, we can only accept this imperfection.