v2.0.5
- Extend the extraData and method fields corresponding to the HttpRequestOptions parameter in the requestInStream interface to support the post function.
v2.0.4
- Release official version
v2.0.4-rc.0
- Fix the issue where the request for repair does not carry user-defined headers.
v2.0.3
- Release 2.0.3
v2.0.3-rc.0
- Code obfuscation
v2.0.2
-
本库是EventSource客户端的纯JavaScript实现。它提供了一种在客户端与服务器之间建立单向持续连接的机制,服务器可以使用这个连接向客户端发送事件更新,而客户端能够实时接收并处理这些更新。
-
本库是基于eventsource源库v2.0.2版本代码进行OpenHarmony环境接口适配的三方库。