mpetazzoni/sse.js

.stream() is not part of EventSource spec

Closed this issue · 0 comments

sp00x commented

This library requires calling .stream() to start processing the stream, which is not compatible with EventSource, which automatically starts on the next tick.

https://developer.mozilla.org/en-US/docs/Web/API/EventSource