In my application, we use the XDR objects (XDomainRequest for IE8 to IE10 and EventSource for other browsers) to open a sticky connection to the server.
However, IE11 doesn't implement the XDomainRequest anymore.
What should I use for IE11? XMLHttpRequest 2?