Hacker News new | ask | show | jobs
by ekojs 640 days ago
EventSource is really really limited. However, you can instead use Fetch via something like https://github.com/Azure/fetch-event-source to consume SSEs.
1 comments

This looks very good. The Fetch API is a nice one, so leveraging it sounds perfect. Thanks for the link.