fetch-event-source
fetch-event-source copied to clipboard
Is this project abandoned by Microsoft?
Is this project abandoned by Microsoft?
The last release has been ages ago. There are PRs open since ages and unanswered questions. I am using this library because this is maintained by a big community. It would be nice to know, if I have to switch to another project, if this project will not get any updates anymore.
A clear statement would already help out :-)
It seems that there is no reply after two weeks of posting my question.
Then I will switch to another project https://github.com/mpetazzoni/sse.js which works in a similar manner and also has a living community 😎
If anyone is looking for another alternative I ended up writing my own library https://github.com/joshmossas/event-source-plus
It has the following improvements:
- works in node, workers, and browsers
- first class typescript support
- ESM and CommonJs support
- mechanisms for changing expired headers
- customizable retry behavior
Bug reports and PRs are welcome. :smile: