GauravBasu / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

Broken with IE10 Metro mode as IE10 does not have ActiveXObject support. #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Test this in IE 10 metro mode.
2. Test this on IE 10 custom mode with ActiveXObject disabled.
3.

What is the expected output? What do you see instead?
Now that IE 10 has good XHR support, for IE10 and higher, should avoid doing 
the ActiveXObject and use XHR instead.

What version of the product are you using? On what operating system?
jquery-stream: v1.2 (Windows 8)

Please provide any additional information below.
IE 10 browser support needs to change to include IE10 Metro mode.

Original issue reported on code.google.com by keera...@gmail.com on 14 Nov 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Hello,

Use the portal project.
https://github.com/flowersinthesand/portal

I don't manage this project for now anymore. As you said, IE 10 supports 
XMLHttpRequest2 and you can use it as transport. Here is a document about 
supported transports and browsers of the portal.
https://github.com/flowersinthesand/portal/wiki/Supported-Transports-and-Browser
s

Original comment by flowersi...@gmail.com on 14 Nov 2012 at 3:34