javascript - sockjs does not use native WebSocket under IE11, but uses ajax polling?
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?