Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 SignalR 在 IE 上使用 Forever Frame 而不是 Server-Sent 事件?是因为 IE 不支持 SSE 还是没有 Forever Frame 方法那么有效?
这是因为 IE不支持 SSE,因此使用了永久帧或长轮询形式的后备传输。