javascript - sockjs does not use native WebSocket under IE11, but uses ajax polling?
phpcn_u15822017-07-05 10:49:29
0
1
939
By default, if the browser supports WebSocket, Sockjs will use the native WebSocket, but in fact, in IE11, Sockjs sends a lot of ajax requests to simulate WebSocket. What are the possible reasons? How to solve?
This is a screenshot