top | item 41616838

(no title)

ekojs | 1 year 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.

discuss

order

Yanael|1 year ago

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