EventSource / eventsource

EventSource client for Node.js and Browser (polyfill)
MIT License
908 stars 252 forks source link

Does your eventsource library override the native node version? #297

Closed xtianus79 closed 1 year ago

xtianus79 commented 2 years ago

In this article the question talks about using a body. When I read your library it seems as if I have full control over the native eventsource from node. The only option is "withcredentials". Am I thinking of this correctly?

I need to send information with my request. I'd like to do it in a post. Perhaps I am thinking of the wrong thing. Can you help explain this.

https://stackoverflow.com/questions/25099548/html-sse-request-body

aslakhellesoy commented 1 year ago

Node.js doesn’t have a native EventSource implementation. Closing this.