dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
227 stars 68 forks source link

Fix IE10/11 XmlHttpRequest exception #179

Closed dennishendriksen closed 8 years ago

dennishendriksen commented 9 years ago

doCrossDomainRequest fails in IE10/11 because req.timeout is specified before req.open resulting in various genome browser resource loading errors (e.g. loading a DAS track).

See: https://msdn.microsoft.com/en-us/library/cc304105(v=vs.85).aspx