I am running node.js/socket.io server.
I am testing with IE 9.
When I open dev tool in IE 9, many of the socket.io request are displaying their result as "Pending..". Although I see they have returned the result which I want.
I am not sure if this default behavior or a bad thing which might cause my browser slow. Any help is appreciated.