server-sent-events - 哪些移动浏览器支持 EventSource 规范中所述的 "connectionless push"?

标签 server-sent-events

在EventSource规范中: http://www.w3.org/TR/eventsource

有一个标题为:无连接推送和其他功能的部分

有谁知道适用的浏览器是否正在积极开发/支持此功能?如果是的话,谁在利用规范的这一功能?

最佳答案

我联系了 Ian Hickson(eventsource rfc 的作者)。他允许我在这里重新发布他的答案:

"I haven't heard of any implementations. That section was added by request from some network-associated handset vendors a few years ago. Since then, the landscape has changed quite a bit and networks and handset vendors don't work as closely together."

关于server-sent-events - 哪些移动浏览器支持 EventSource 规范中所述的 "connectionless push"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27012377/

相关文章:

php - 客户端从服务器检索聊天消息的最佳方式?

cocoa - 来自 CocoaHTTPServer 的流式响应以与 EventSource 一起使用

javascript - SSE 非常慢

python - Django 3.1 : StreamingHttpResponse with an async generator

http2 - Deno 1.9 原生网络服务器 API 和方法?

javascript - HTML5 服务器发送的事件

javascript - 启动和停止服务器发送的事件通知

angular - 如何使服务器发送事件(SSE)通过 Zuul 代理 spring-boot 2.1.1 工作

Angular 8 PWA 应用程序将服务器发送的事件永远置于挂起状态

http - 建立 SSE 连接后,SignalR 服务器立即关闭与 Unity 客户端的连接