[JavaScript] 後端推播: SSE

@microsoft/fetch-event-source

https://github.com/Azure/fetch-event-source


@microsoft/fetch-event-source EventSource 使用說明

https://blog.csdn.net/m0_56416159/article/details/140216147


sse實現post傳值,使用(fetch-event-source)外掛程式

https://juejin.cn/post/7295964037241569314


前端使用@microsoft/fetch-event-source 接收流式資料

https://www.cnblogs.com/shangguanruoling/p/18560773


fetch-event-source源碼解析

https://sunra.top/2023/04/15/fetch-event-source-code/


默認的EventSource只支援Get請求,切不支援任何自訂的頭部,微軟提供的fetch-event-source套件。該套件不只可以支援自訂的header和傳輸body,還能使用Fetch API的所有功能。



#SSE, Server Sent Event, microsoft, fetch-event-source

留言